Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "node-shyp", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -67,2 +67,7 @@ #!/usr/bin/env node | ||
version: manifest.version, | ||
description: 'Compiled version of ' + JSON.stringify(manifest.name) + '" for ' + process.platform + '-' + process.arch, | ||
repository: manifest.repository || { | ||
"type" : "git" | ||
, "url" : "http://github.com/tcr/node-shyp.git" | ||
}, | ||
os: [ process.platform ], | ||
@@ -69,0 +74,0 @@ arch: [ process.arch ] |
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
5055
90