Skip to content

Commit

Permalink
released 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shian15810 committed Jun 11, 2019
1 parent 7be131a commit 2f9a940
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
- Cloned original repository from [ericclemmons/per-env](https://github.com/ericclemmons/per-env).
- Added support for Windows with [`cross-spawn`](https://www.npmjs.com/package/cross-spawn).
- Added support for Yarn by detecting `process.env.npm_execpath`.

## 1.0.1 (2019-06-12)

- Fixed some typos.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ yarn add by-node-env

## Note

`by-node-env` is essentially a clone of [`per-env`](https://www.npmjs.com/package/per-env) with some notable fixes in 1.0.0:
`by-node-env` is essentially a clone of [`per-env`](https://www.npmjs.com/package/per-env) with some notable fixes:

- Windows compatibility.
- Yarn compatibility.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "by-node-env",
"version": "1.0.0",
"version": "1.0.1",
"description": "Run package.json scripts by NODE_ENV.",
"bin": {
"by-node-env": "./bin/by-node-env"
Expand Down

0 comments on commit 2f9a940

Please sign in to comment.