fix(dependencies): Prevent npm from installing jasmine@2.5.0 (#247)

This commit is contained in:
Vinny DeFrancesco 2016-09-01 12:24:37 -04:00 committed by Vlad Filippov
parent a3fd4866ce
commit 3a00b18f0f

View File

@ -18,7 +18,7 @@
"dependencies": {
"chalk": "^1.0.0",
"grunt-lib-phantomjs": "^1.0.0",
"jasmine-core": "^2.2.0",
"jasmine-core": "~2.4.0",
"lodash": "~2.4.1",
"rimraf": "^2.1.4",
"sprintf-js": "~1.0.3"