Skip to content

Commit 18b1e54

Browse files
author
Evan Jacobs
committed
Merge pull request #1 from enigma-io/prune-old-reference
Prune old reference
2 parents f76c020 + 48afe80 commit 18b1e54

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.5.0 (5/9/2016)
2+
3+
- __Remove the dead eslintify reference__ (d6fcff6ba646216f3eab3b47f2cdc59013f12148)
4+
15
### 4.4.0 (4/28/2016)
26

37
- __Update to Jest 12.x__ (51af942f398f217e760d9346bb1e4a369039b4cb) Perf improvements, especially for large projects

generators/app/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"scripts": {
4242
"js": "browserify index.js -t babelify --debug > dist/assets/bundle.js",
4343
"js:release": "NODE_ENV=production browserify index.js -t babelify | uglifyjs -mc drop_console > dist/assets/bundle.min.js",
44-
"js:watch": "budo index.js:dist/assets/bundle.js -H 0.0.0.0 --live --open --iw -- --debug -t eslintify -t babelify",
44+
"js:watch": "budo index.js:dist/assets/bundle.js -H 0.0.0.0 --live --open --iw -- --debug -t babelify",
4545
"css": "stylus -m -u autoprefixer-stylus style.styl -o dist/assets/style.css --sourcemap-inline",
4646
"css:release": "stylus -c -u autoprefixer-stylus style.styl -o dist/assets/style.min.css",
4747
"css:watch": "npm run css -- -w",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generator-enigma",
33
"description": "Generate a React application with best practice enforcement, integrated testing, and more.",
4-
"version": "4.4.0",
4+
"version": "4.5.0",
55
"license": "MIT",
66
"contributors": [
77
"Evan Jacobs <[email protected]> (http://yaycmyk.com)"

0 commit comments

Comments
 (0)