Skip to content

Commit fe969d9

Browse files
committed
- npm: - Bump engines to Node 8 (for Object.values); bump jquery dep. to earliest npm version 1.9.1 (though package.json started in 1.8.0)
1 parent de565c5 commit fe969d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@
3030
"lint": "eslint --report-unused-disable-directives .",
3131
"test": "grunt test"
3232
},
33+
"engines": {
34+
"node": ">=8.0.0"
35+
},
3336
"dependencies": {
34-
"jquery": ">=1.7.2"
37+
"jquery": ">=1.9.1"
3538
},
3639
"devDependencies": {
3740
"chai": "^4.2.0",

0 commit comments

Comments
 (0)