react-webpack-template
Advanced tools
Comparing version 1.6.0 to 1.6.1
# react-webpack-template - Changelog | ||
## 1.6.1: | ||
1. Updated eslint-plugin-react to 5.x | ||
## 1.6.0: | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-webpack-template", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A base skeleton template for react and webpack without task runners", | ||
@@ -51,3 +51,3 @@ "main": "server.js", | ||
"eslint-loader": "^1.0.0", | ||
"eslint-plugin-react": "^4.0.0", | ||
"eslint-plugin-react": "^5.0.0", | ||
"file-loader": "^0.8.4", | ||
@@ -54,0 +54,0 @@ "glob": "^7.0.0", |
@@ -10,3 +10,3 @@ 'use strict'; | ||
// Set the correct environment | ||
var env; | ||
let env; | ||
if (args._.length > 0 && args._.indexOf('start') !== -1) { | ||
@@ -13,0 +13,0 @@ env = 'test'; |
44911