Updated Travis CI Settings and Package.json (#194)

* Update NPM Package Node Requirement and Others

* Update Travis CI Config

* Stopped Local Tests from Running Sauce Tests with Wildcard Flag
This commit is contained in:
エリス
2019-05-04 07:46:47 +09:00
committed by Jan Piotrowski
parent 8490496c0b
commit 4d8cd6f2fe
2 changed files with 87 additions and 96 deletions
+6 -9
View File
@@ -13,13 +13,8 @@
"browser"
]
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-splashscreen"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
"repository": "github:apache/cordova-plugin-splashscreen",
"bugs": "https://github.com/apache/cordova-plugin-splashscreen/issues",
"keywords": [
"cordova",
"splashscreen",
@@ -44,11 +39,13 @@
"6.0.0": {
"cordova": ">100"
}
}
},
"node": ">=6.0.0"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
},
"homepage": "https://cordova.apache.org/"
}