postinstall-build
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "postinstall-build", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Helper for conditionally building your npm package on postinstall in order to support git installs.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -9,3 +9,5 @@ [![Travis Status](https://travis-ci.org/exogen/postinstall-build.svg)](https://travis-ci.org/exogen/postinstall-build) | ||
⚠️ **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`. | ||
| ⚠️ **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! | | ||
@@ -12,0 +14,0 @@ Conditionally build in the `postinstall` hook without moving your |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29022
6
312