diff --git a/README.md b/README.md index 8f4e5c0..88ea7f9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ It's worth noting that the `prepublish` lifecycle is _ALSO_ called when you buil $ npm pack ``` -Will call your `prepublish` lifecycle, but with the examplea above, +Will call your `prepublish` lifecycle, but with the example above, `thing-I-dont-want-on-dev-install` won't be run. If you want this, you can use another helper included here: diff --git a/package.json b/package.json index b9b00a1..09f0403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "in-publish", - "version": "2.0.0", + "version": "2.0.1", "description": "Detect if we were run as a result of `npm publish`", "main": "index.js", "bin": {