Added jasmine-core to dev dependencies.

This will address this error from the logs:

The peer dependency jasmine-core@* included from karma-jasmine will no
longer be automatically installed to fulfill the peerDependency
in npm 3+. Your application will need to depend on it explicitly.

Change-Id: I02455eb0c6e438154741e516e6cfb9a9791a23ff
This commit is contained in:
Michael Krotscheck 2016-08-22 16:14:19 -07:00
parent 528bccbf81
commit 193668fc17
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
"fetch-mock": "^5.0.5",
"istanbul": "^1.0.0-alpha.2",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"js-yaml": "^3.6.1",
"json-loader": "^0.5.4",
"karma": "^1.1.1",