Skip to content

Commit a92198d

Browse files
author
Joe Alves
committed
Use >=4.0.0!
1 parent 63f8529 commit a92198d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generated/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"start": "nodemon --watch server -e js,html server/start.js",
88
"postinstall": "gulp build"
99
},
10+
"engines" : {
11+
"node" : ">=4.0.0"
12+
},
1013
"dependencies": {
1114
"angular": "^1.5.0-beta.0",
1215
"angular-mocks": "^1.4.0",

0 commit comments

Comments
 (0)