Explorar el Código

lock jasmine version to avoid 2.5 breaking ssr tests

Evan You hace 9 años
padre
commit
765e4a98c2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -65,8 +65,8 @@
     "flow-bin": "^0.31.1",
     "flow-remove-types": "github:yyx990803/flow-remove-types",
     "http-server": "^0.9.0",
-    "jasmine": "^2.4.1",
-    "jasmine-core": "^2.4.1",
+    "jasmine": "2.4.x",
+    "jasmine-core": "2.4.x",
     "karma": "^1.1.0",
     "karma-chrome-launcher": "^2.0.0",
     "karma-coverage": "^1.0.0",