react-webpack-template
Advanced tools
Comparing version 1.3.0 to 1.3.1
# 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: | ||
@@ -4,0 +8,0 @@ |
@@ -12,3 +12,3 @@ var webpackCfg = require('./webpack.config'); | ||
captureTimeout: 60000, | ||
frameworks: [ 'phantomjs-shim', 'mocha', 'chai' ], | ||
frameworks: [ 'mocha', 'chai' ], | ||
client: { | ||
@@ -15,0 +15,0 @@ mocha: {} |
{ | ||
"name": "react-webpack-template", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A base skeleton template for react and webpack without task runners", | ||
@@ -60,3 +60,2 @@ "main": "server.js", | ||
"karma-phantomjs-launcher": "^1.0.0", | ||
"karma-phantomjs-shim": "^1.1.1", | ||
"karma-sourcemap-loader": "^0.3.5", | ||
@@ -63,0 +62,0 @@ "karma-webpack": "^1.7.0", |
56377
36