Skip to content

Commit

Permalink
update dependencies and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
nabdelgadir committed Dec 12, 2018
1 parent 9b62185 commit bf27600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@
"eslint": "^2.13.1",
"eslint-config-loopback": "^2.0.0",
"grunt": "^1.0.0",
"grunt-docular": "~0.1.2",
"grunt-loopback-sdk-angular": "^1.2.0",
"mocha": "^2.4.5",
"mocha": "^5.2.0",
"mysql": "^2.4.2",
"read": "^1.0.5",
"supertest": "^1.2.0"
"supertest": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion templates/projects/empty-server/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ template.package = {
version: '1.0.0',
main: 'server/server.js',
engines: {
node: '>=4',
node: '>=6',
},
scripts: {
lint: 'eslint .',
Expand Down

0 comments on commit bf27600

Please sign in to comment.