Skip to content

Commit

Permalink
Pin qunit dependency to v2.6.x
Browse files Browse the repository at this point in the history
QUnit v2.7.0 dropped support for Node.js 4 without bumping its major version...
  • Loading branch information
Turbo87 committed Dec 17, 2018
1 parent 62cff24 commit d77b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"execa": "^0.10.0",
"get-port": "^3.2.0",
"prettier": "^1.10.2",
"qunit": "^2.5.0",
"qunit": "~2.6.0",
"qunit-eslint": "^2.0.0",
"rsvp": "^4.7.0"
},
Expand Down

0 comments on commit d77b1af

Please sign in to comment.