Skip to content

Commit 26f67cd

Browse files
authored
Update README.md
1 parent 409112a commit 26f67cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# postinstall-build
88

9-
⚠️ **NOTE!** As of npm 5.0.0, this functionality is built into npm! The new `prepare` lifecycle script will build your package when installed from git. If possible, I recommend migrating off of `postinstall-build` and onto the official support for `prepare`.
9+
⚠️ **NOTE! As of npm 5.0.0, this functionality is built into npm!** The new `prepare` lifecycle script will build your package when installed from git. If possible, I recommend migrating off of `postinstall-build` and onto the official support for `prepare`.
1010

1111
Conditionally build in the `postinstall` hook without moving your
1212
`devDependencies` to `dependencies`.

0 commit comments

Comments
 (0)