Skip to content

Commit

Permalink
updated node version for the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapin committed Sep 30, 2020
1 parent 688962a commit 61a92c1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 31 deletions.
77 changes: 49 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"okapi"
],
"engines": {
"node": "8.16.0"
"node": "8.17.0"
},
"version": "1.1.1",
"private": false,
Expand Down Expand Up @@ -51,8 +51,8 @@
"test": "mocha test/**/*.spec.js"
},
"dependencies": {
"bluebird": "latest",
"fs-extra": "latest",
"bluebird": "3.7.2",
"fs-extra": "9.0.1",
"valcheck": "1.0.4",
"lodash.difference": "4.4.0",
"lodash.defaults": "4.2.0",
Expand Down

0 comments on commit 61a92c1

Please sign in to comment.