Skip to content

Commit baa8b98

Browse files
authored
Update README.md
1 parent dacb0e5 commit baa8b98

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 (2017-05-25), 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 officially supported `prepare`. It works much better!
1010

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

0 commit comments

Comments
 (0)