Skip to content

Commit

Permalink
add minimal node version (dev mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
benrom committed Oct 7, 2018
1 parent 6d0e3af commit fb01a66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"type": "git",
"url": "git://github.com/chrisben/imgcache.js.git"
},
"engines": {
"node": ">=9.10.0"
},
"scripts": {
"test": "eslint lib/*.js",
"start": "node server.js"
Expand Down

0 comments on commit fb01a66

Please sign in to comment.