Skip to content

Commit

Permalink
Build: Update engine requirement package.json to Node 6
Browse files Browse the repository at this point in the history
Fixes #1321.
Closes #1349.
  • Loading branch information
Krinkle authored Dec 29, 2018
1 parent 94fa19f commit fd53f74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"qunit/qunit.css",
"LICENSE.txt"
],
"main": "qunit/qunit.js",
"engines": {
"node": ">=6"
},
"dependencies": {
"commander": "2.12.2",
"js-reporters": "1.2.1",
Expand Down Expand Up @@ -94,9 +98,5 @@
"Test",
"Tests"
]
},
"main": "qunit/qunit.js",
"engines": {
"node": ">=4"
}
}

0 comments on commit fd53f74

Please sign in to comment.