Skip to content

Commit

Permalink
Merge pull request #60 from homer0/homer0_updateDependencies
Browse files Browse the repository at this point in the history
Update Node version and dependencies
  • Loading branch information
homer0 committed Feb 5, 2019
2 parents 61f3e05 + 2476976 commit a588c53
Show file tree
Hide file tree
Showing 4 changed files with 2,679 additions and 1,147 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
8
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "6.14"
- "8.11"
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"wootils": "^1.3.2",
"wootils": "^1.4.0",
"jimple": "1.5.0",
"fs-extra": "7.0.0",
"fs-extra": "7.0.1",
"extend": "3.0.2",
"del": "3.0.0",
"shelljs": "0.8.2",
"glob": "7.1.2",
"commander": "2.17.1",
"shelljs": "0.8.3",
"glob": "7.1.3",
"commander": "2.19.0",
"babel-core": "6.26.3",
"babel-cli": "6.26.0",
"babel-plugin-transform-class-properties": "6.24.1",
Expand All @@ -25,27 +25,27 @@
"babel-preset-env": "1.7.0",
"babel-runtime": "6.26.0",
"watchpack": "1.6.0",
"nodemon": "1.18.3",
"nodemon": "1.18.9",
"prompt": "1.0.0"
},
"devDependencies": {
"eslint": "5.3.0",
"eslint": "5.13.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "7.0.1",
"jest-ex": "5.0.0",
"jest-cli": "23.5.0",
"jasmine-expect": "3.8.3",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"jest-ex": "6.0.0",
"jest-cli": "24.0.0",
"jasmine-expect": "4.0.1",
"minimatch": "3.0.4",
"esdoc": "1.1.0",
"esdoc-standard-plugin": "1.0.0",
"esdoc-node": "1.0.3",
"leasot": "6.3.0",
"esdoc-node": "1.0.4",
"leasot": "7.2.0",
"coveralls": "3.0.2"
},
"engine-strict": true,
"engines": {
"node": ">=6.0.0",
"node": ">=8.0.0",
"npm": ">=3.0.0"
},
"main": "src/index.js",
Expand Down
Loading

0 comments on commit a588c53

Please sign in to comment.