mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-04 13:23:19 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3abd3159d | |||
| f56a70b13d |
@@ -1,5 +1,9 @@
|
|||||||
# react-webpack-template - Changelog
|
# 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.3.0:
|
||||||
|
|
||||||
1. Updated phantomjs to 2.0
|
1. Updated phantomjs to 2.0
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ module.exports = function(config) {
|
|||||||
],
|
],
|
||||||
port: 8080,
|
port: 8080,
|
||||||
captureTimeout: 60000,
|
captureTimeout: 60000,
|
||||||
frameworks: [ 'phantomjs-shim', 'mocha', 'chai' ],
|
frameworks: [ 'mocha', 'chai' ],
|
||||||
client: {
|
client: {
|
||||||
mocha: {}
|
mocha: {}
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-webpack-template",
|
"name": "react-webpack-template",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"description": "A base skeleton template for react and webpack without task runners",
|
"description": "A base skeleton template for react and webpack without task runners",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -57,7 +57,6 @@
|
|||||||
"karma-mocha": "^0.2.0",
|
"karma-mocha": "^0.2.0",
|
||||||
"karma-mocha-reporter": "^1.1.1",
|
"karma-mocha-reporter": "^1.1.1",
|
||||||
"karma-phantomjs-launcher": "^1.0.0",
|
"karma-phantomjs-launcher": "^1.0.0",
|
||||||
"karma-phantomjs-shim": "^1.1.1",
|
|
||||||
"karma-sourcemap-loader": "^0.3.5",
|
"karma-sourcemap-loader": "^0.3.5",
|
||||||
"karma-webpack": "^1.7.0",
|
"karma-webpack": "^1.7.0",
|
||||||
"lodash": "^4.0.0",
|
"lodash": "^4.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user