node-pre-gyp
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "node-pre-gyp", | ||
"description": "Node.js native addon binary install tool", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "native", |
@@ -36,3 +36,3 @@ # node-pre-gyp | ||
For more examples see also the [test apps https://github.com/springmeyer/node-pre-gyp/tree/master/test]. | ||
For more examples see also the [test apps](test/). | ||
@@ -71,4 +71,4 @@ ## Usage | ||
- Learn how to [host on S3](https://github.com/springmeyer/node-pre-gyp#s3-hosting). | ||
- See [Travis Packaging](https://github.com/springmeyer/node-pre-gyp#s3-hosting#travis-packaging) for recipes for automating publishing builds on OS X and Linux. | ||
- Learn how to [host on S3](#s3-hosting). | ||
- See [Travis Packaging](#travis-packaging) for recipes for automating publishing builds on OS X and Linux. | ||
@@ -218,3 +218,3 @@ **4) Add a custom `install` script** | ||
if echo $TRAVIS_COMMIT | grep -q "[publish]"; then | ||
if test "${TRAVIS_COMMIT#*[publish]}" != "$TRAVIS_COMMIT"; then | ||
node-pre-gyp publish | ||
@@ -225,4 +225,3 @@ fi | ||
IS_TAG=$(git describe --exact-match --tags HEAD || true) | ||
if [ $IS_TAG ]; | ||
if [[ $TRAVIS_BRANCH == `git describe --tags --always HEAD` ]] ; then | ||
node-pre-gyp publish | ||
@@ -229,0 +228,0 @@ fi |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
43533
34
261