Fix: Removed karma-phantomjs-shim from packages list and karma (it is no longer needed in phantomjs 2)

This commit is contained in:
Chris
2016-01-29 13:54:28 +01:00
parent 1a12e83eb0
commit f56a70b13d
3 changed files with 5 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# react-webpack-template - Changelog
## 1.3.1:
1. Removed karma-phantomjs-shim (with PhantomJS 2 there is no need for shims anymore)
## 1.3.0:
1. Updated phantomjs to 2.0
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = function(config) {
],
port: 8080,
captureTimeout: 60000,
frameworks: [ 'phantomjs-shim', 'mocha', 'chai' ],
frameworks: [ 'mocha', 'chai' ],
client: {
mocha: {}
},
-1
View File
@@ -57,7 +57,6 @@
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.1.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"lodash": "^4.0.0",