Skip to content

Commit

Permalink
add node version to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBuda11 committed Mar 16, 2021
1 parent 71ba004 commit c049007
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "",
"version": "0.0.17",
"private": true,
"engines": {
"node": "4.x"
},
"scripts": {
"start": "node --use_strict ./bin/www",
"dev": "./node_modules/.bin/gulp dev",
Expand Down Expand Up @@ -41,7 +44,7 @@
"dependencies": {
"async": "^2.0.0-rc.2",
"backbone": "^1.3.3",
"bcrypt": "^0.8.5",
"bcryptjs": "^2.4.3",
"body-parser": "~1.15.0",
"bookshelf": "^0.9.2",
"bookshelf-api": "^1.3.0",
Expand Down

0 comments on commit c049007

Please sign in to comment.