Skip to content

Commit b380366

Browse files
committed
CHORE: Updated package versions, as well as links pointing to the old repo
1 parent 406ccd9 commit b380366

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# react-webpack-template - Changelog
22

3+
## 1.7.2:
4+
5+
1. Updated the list of dependencies
6+
2. Fixed README and package.json links (links now default to [react-webpack-generators](https://github.com/react-webpack-generators/react-webpack-template) org)
7+
38
## 1.7.1:
49

510
1. Added support for missing rest/spread operator (using babel-stage-0 per default now)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> This repository holds the base template for the current version of [generator-react-webpack](https://github.com/newtriks/generator-react-webpack).
33
It can also be used as the prototype for newly generated projects.
44

5-
[![Build Status](https://travis-ci.org/weblogixx/react-webpack-template.svg)](https://travis-ci.org/weblogixx/react-webpack-template) ![Amount of Downloads per month](https://img.shields.io/npm/dm/react-webpack-template.svg "Amount of Downloads") ![Dependency Tracker](https://img.shields.io/david/weblogixx/react-webpack-template.svg "Dependency Tracker") ![Dependency Tracker](https://img.shields.io/david/dev/weblogixx/react-webpack-template.svg "Dependency Tracker")
5+
[![Build Status](https://travis-ci.org/react-webpack-generators/react-webpack-template.svg)](https://travis-ci.org/weblogixx/react-webpack-template) ![Amount of Downloads per month](https://img.shields.io/npm/dm/react-webpack-template.svg "Amount of Downloads") ![Dependency Tracker](https://img.shields.io/david/react-webpack-generators/react-webpack-template.svg "Dependency Tracker") ![Dependency Tracker](https://img.shields.io/david/dev/react-webpack-generators/react-webpack-template.svg "Dependency Tracker")
66

77
## Features
88
The following features are currently included:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://weblogixx@github.com/weblogixx/react-webpack-template.git"
23+
"url": "https://github.com/react-webpack-generators/react-webpack-template.git"
2424
},
2525
"keywords": [
2626
"React",
@@ -32,9 +32,9 @@
3232
"author": "Christian Schilling (cs@weblogixx.de)",
3333
"license": "MIT",
3434
"bugs": {
35-
"url": "https://github.com/weblogixx/react-webpack-template/issues"
35+
"url": "https://github.com/react-webpack-generators/react-webpack-template/issues"
3636
},
37-
"homepage": "https://github.com/weblogixx/react-webpack-template#readme",
37+
"homepage": "https://github.com/react-webpack-generators/react-webpack-template#readme",
3838
"devDependencies": {
3939
"babel-core": "^6.0.0",
4040
"babel-eslint": "^6.0.0",
@@ -45,15 +45,15 @@
4545
"babel-preset-stage-0": "^6.5.0",
4646
"bower-webpack-plugin": "^0.1.9",
4747
"chai": "^3.2.0",
48-
"copyfiles": "^0.2.1",
48+
"copyfiles": "^1.0.0",
4949
"css-loader": "^0.23.0",
50-
"eslint": "^2.2.0",
50+
"eslint": "^3.0.0",
5151
"eslint-loader": "^1.0.0",
52-
"eslint-plugin-react": "^5.0.0",
53-
"file-loader": "^0.8.4",
52+
"eslint-plugin-react": "^6.0.0",
53+
"file-loader": "^0.9.0",
5454
"glob": "^7.0.0",
5555
"isparta-instrumenter-loader": "^1.0.0",
56-
"karma": "^0.13.9",
56+
"karma": "^1.0.0",
5757
"karma-chai": "^0.1.0",
5858
"karma-coverage": "^1.0.0",
5959
"karma-mocha": "^1.0.0",
@@ -62,7 +62,7 @@
6262
"karma-sourcemap-loader": "^0.3.5",
6363
"karma-webpack": "^1.7.0",
6464
"minimist": "^1.2.0",
65-
"mocha": "^2.2.5",
65+
"mocha": "^3.0.0",
6666
"null-loader": "^0.1.1",
6767
"open": "0.0.5",
6868
"phantomjs-prebuilt": "^2.0.0",

0 commit comments

Comments
 (0)