upgrade jest-cli to 0.5.x to fix #23

This commit is contained in:
Alan Hamlett
2016-06-29 11:23:47 -07:00
parent 53b60eb90e
commit ea3b9d5ac5

View File

@@ -28,11 +28,11 @@
"chai": "^3.0.0", "chai": "^3.0.0",
"del": "^1.2.0", "del": "^1.2.0",
"gulp": "^3.8.8", "gulp": "^3.8.8",
"jest-cli": "^0.4.12", "jest-cli": "github:facebook/jest#0.5.x",
"jshint": "^2.8.0", "jshint": "^2.8.0",
"jsxhint": "^0.15.1", "jsxhint": "^0.15.1",
"laravel-elixir": "*", "laravel-elixir": "*",
"mocha": "^2.2.5", "mocha": "^2.5.3",
"mocha-sinon": "^1.1.4", "mocha-sinon": "^1.1.4",
"mocha-traceur": "^2.1.0", "mocha-traceur": "^2.1.0",
"precommit-hook": "^2.0.1", "precommit-hook": "^2.0.1",