Skip to content

Commit

Permalink
- npm: - Bump engines to Node 8 (for Object.values); bump jquery …
Browse files Browse the repository at this point in the history
…dep. to earliest npm version 1.9.1 (though `package.json` started in 1.8.0)
  • Loading branch information
brettz9 committed Oct 3, 2020
1 parent de565c5 commit fe969d9
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 @@ -30,8 +30,11 @@
"lint": "eslint --report-unused-disable-directives .",
"test": "grunt test"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"jquery": ">=1.7.2"
"jquery": ">=1.9.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit fe969d9

Please sign in to comment.