Skip to content

Commit eba80de

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

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

77
# postinstall-build
88

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!
9+
| ⚠️ **NOTE!** |
10+
|---|
11+
| **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! |
1012

1113
Conditionally build in the `postinstall` hook without moving your
1214
`devDependencies` to `dependencies`.

0 commit comments

Comments
 (0)