Upgrading dependencies (#280)
* upgrade yargs and async dependencies. were breaking change, but no impact according the tests * upgrade yargs and package-lock.json * add node 8 to the tested versions * add node 8 to the allowed failures as requested * add node 9 to travis build as acceptable failure and remove node 7
This commit is contained in:
parent
b6699aba2d
commit
c1e15681db
3 changed files with 1729 additions and 616 deletions
|
@ -5,7 +5,8 @@ node_js:
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "4"
|
- "4"
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
- "8"
|
||||||
|
- "9"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm test
|
- npm test
|
||||||
|
@ -18,6 +19,7 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- node_js: "0.10"
|
- node_js: "0.10"
|
||||||
- node_js: "0.12"
|
- node_js: "0.12"
|
||||||
|
- node_js: "9"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
2029
package-lock.json
generated
2029
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -19,13 +19,13 @@
|
||||||
"plugabble"
|
"plugabble"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^1.4.0",
|
"async": "^2.3.0",
|
||||||
"ini": "^1.3.0",
|
"ini": "^1.3.0",
|
||||||
"secure-keys": "^1.0.0",
|
"secure-keys": "^1.0.0",
|
||||||
"yargs": "^3.19.0"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"coveralls": "^2.11.4",
|
"coveralls": "^3.0.0",
|
||||||
"eslint": "^4.9.0",
|
"eslint": "^4.9.0",
|
||||||
"istanbul": "^0.4.1",
|
"istanbul": "^0.4.1",
|
||||||
"nconf-yaml": "^1.0.2",
|
"nconf-yaml": "^1.0.2",
|
||||||
|
|
Loading…
Reference in a new issue