Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
fix(bin): add a bin entry for cross-env-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds authored and Kent C. Dodds committed May 11, 2017
1 parent d7b48d5 commit 9c4f346
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,10 +1,11 @@
{
"name": "cross-env",
"version": "0.0.0-semantically-released",
"version": "5.0.0-beta.0",
"description": "Run scripts that set and use environment variables across platforms",
"main": "dist/index.js",
"bin": {
"cross-env": "dist/bin/cross-env.js"
"cross-env": "dist/bin/cross-env.js",
"cross-env-shell": "dist/bin/cross-env-shell.js"
},
"engines": {
"node": ">=4.0"
Expand Down

0 comments on commit 9c4f346

Please sign in to comment.