Skip to content

Commit

Permalink
fix(package.json): update node version requirement to >= 8
Browse files Browse the repository at this point in the history
Karma depends on node >= 8.
  • Loading branch information
jbms committed Apr 9, 2019
1 parent 0eec2bb commit 2d0b84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"url": "git+https://github.com/google/neuroglancer.git"
},
"engines": {
"node": ">=5.9.0"
"node": ">=8"
},
"scripts": {
"generate-code": "node ./config/generate_code.js",
Expand Down

0 comments on commit 2d0b84c

Please sign in to comment.