fix(dependencies): Prevent npm from installing jasmine@2.5.0 (#247)
This commit is contained in:
parent
a3fd4866ce
commit
3a00b18f0f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user