mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-28 03:50:54 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fb1f271f6b | |||
| 5d512c5bf5 | |||
| 9ecfa9ef90 |
@@ -1,5 +1,9 @@
|
||||
# react-webpack-template - Changelog
|
||||
|
||||
## 1.0.1:
|
||||
___Upgrades___:
|
||||
1. Updated isparta-instrumenter-loader to new version 1.0
|
||||
|
||||
## 1.0.0:
|
||||
___Upgrades___:
|
||||
1. Updated to babel core version (6.0.x)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Chris
|
||||
Copyright (c) 2015 Christian Schilling <cs@weblogixx.de>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-webpack-template",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A base skeleton template for react and webpack without task runners",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
@@ -49,7 +49,7 @@
|
||||
"eslint-plugin-react": "^3.3.0",
|
||||
"file-loader": "^0.8.4",
|
||||
"glob": "^5.0.15",
|
||||
"isparta-instrumenter-loader": "^0.2.2",
|
||||
"isparta-instrumenter-loader": "^1.0.0",
|
||||
"karma": "^0.13.9",
|
||||
"karma-chai": "^0.1.0",
|
||||
"karma-coverage": "^0.5.3",
|
||||
|
||||
Reference in New Issue
Block a user