Remove invalid platform

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
Chris Cromer 2019-03-09 14:15:05 -03:00
parent a090519a7a
commit 7e7063d71d
2 changed files with 1 additions and 7 deletions

5
package-lock.json generated
View File

@ -878,11 +878,6 @@
"version": "1.3.3", "version": "1.3.3",
"resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.3.tgz", "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.3.tgz",
"integrity": "sha1-tehezbv+Wu3tQKG/TuI3LmfZb7Q=" "integrity": "sha1-tehezbv+Wu3tQKG/TuI3LmfZb7Q="
},
"ubuntu": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ubuntu/-/ubuntu-2.0.0.tgz",
"integrity": "sha1-VIN9X6tdxyj7lguobYcnE0g5ePI="
} }
} }
} }

View File

@ -13,8 +13,7 @@
"cordova-android": "^7.1.4", "cordova-android": "^7.1.4",
"cordova-browser": "^5.0.4", "cordova-browser": "^5.0.4",
"cordova-plugin-splashscreen": "^5.0.2", "cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3", "cordova-plugin-whitelist": "^1.3.3"
"ubuntu": "^2.0.0"
}, },
"cordova": { "cordova": {
"plugins": { "plugins": {