Skip to content

Commit

Permalink
Merge pull request #67 from tornewuff/fix-windows-subcommands
Browse files Browse the repository at this point in the history
Rename main script to "redux" to make it work in cmd.
  • Loading branch information
SpencerCDixon committed May 3, 2016
2 parents 00f2120 + c349687 commit 7770a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "redux-cli",
"version": "1.4.1",
"description": "An opinionated CLI to make working on redux apps much faster.",
"main": "bin/index.js",
"main": "bin/redux.js",
"engine": {
"node": ">=5.1"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"author": "Spencer Dixon <spencercdixon@gmail.com>",
"license": "MIT",
"bin": {
"redux": "bin/index.js",
"redux": "bin/redux.js",
"redux-init": "bin/redux-init.js",
"redux-generate": "bin/redux-generate.js",
"redux-g": "bin/redux-generate.js",
Expand Down

0 comments on commit 7770a44

Please sign in to comment.