Skip to content

Commit

Permalink
CHORE: Updated package versions, as well as links pointing to the old…
Browse files Browse the repository at this point in the history
… repo
  • Loading branch information
weblogixx committed Aug 9, 2016
1 parent 406ccd9 commit b380366
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# react-webpack-template - Changelog

## 1.7.2:

1. Updated the list of dependencies
2. Fixed README and package.json links (links now default to [react-webpack-generators](https://github.com/react-webpack-generators/react-webpack-template) org)

## 1.7.1:

1. Added support for missing rest/spread operator (using babel-stage-0 per default now)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> This repository holds the base template for the current version of [generator-react-webpack](https://github.com/newtriks/generator-react-webpack).
It can also be used as the prototype for newly generated projects.

[![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")
[![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")

## Features
The following features are currently included:
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "git+https://weblogixx@github.com/weblogixx/react-webpack-template.git"
"url": "https://github.com/react-webpack-generators/react-webpack-template.git"
},
"keywords": [
"React",
Expand All @@ -32,9 +32,9 @@
"author": "Christian Schilling ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/weblogixx/react-webpack-template/issues"
"url": "https://github.com/react-webpack-generators/react-webpack-template/issues"
},
"homepage": "https://github.com/weblogixx/react-webpack-template#readme",
"homepage": "https://github.com/react-webpack-generators/react-webpack-template#readme",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^6.0.0",
Expand All @@ -45,15 +45,15 @@
"babel-preset-stage-0": "^6.5.0",
"bower-webpack-plugin": "^0.1.9",
"chai": "^3.2.0",
"copyfiles": "^0.2.1",
"copyfiles": "^1.0.0",
"css-loader": "^0.23.0",
"eslint": "^2.2.0",
"eslint": "^3.0.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^5.0.0",
"file-loader": "^0.8.4",
"eslint-plugin-react": "^6.0.0",
"file-loader": "^0.9.0",
"glob": "^7.0.0",
"isparta-instrumenter-loader": "^1.0.0",
"karma": "^0.13.9",
"karma": "^1.0.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.0",
Expand All @@ -62,7 +62,7 @@
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"minimist": "^1.2.0",
"mocha": "^2.2.5",
"mocha": "^3.0.0",
"null-loader": "^0.1.1",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.0.0",
Expand Down

0 comments on commit b380366

Please sign in to comment.