Skip to content

Commit

Permalink
add package.json engine
Browse files Browse the repository at this point in the history
  • Loading branch information
gridsane committed Mar 14, 2016
1 parent c027d72 commit 7f9d295
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"test_wo_db": "npm run test -- --grep @database --invert",
"lint": "eslint src test"
},
"engines": {
"node": "4.2.1"
},
"dependencies": {
"babel-polyfill": "^6.2.0",
"body-parser": "^1.14.1",
Expand Down

0 comments on commit 7f9d295

Please sign in to comment.