postinstall-build
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "postinstall-build", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Helper for conditionally building your npm package on postinstall in order to support git installs.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -9,2 +9,4 @@ [![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`. | ||
Conditionally build in the `postinstall` hook without moving your | ||
@@ -11,0 +13,0 @@ `devDependencies` to `dependencies`. |
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
27919
310