nobin-debian-installer
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -71,3 +71,3 @@ var tar = require('tar-stream') | ||
Depends: '', | ||
Maintainer: (definition.package.author ? (definition.package.author.name + ' ' + definition.package.author.email) : ''), | ||
Maintainer: (definition.package.author ? (definition.package.author.name + ' <' + definition.package.author.email + '>') : ''), | ||
Description: definition.package.description | ||
@@ -74,0 +74,0 @@ } |
{ | ||
"name": "nobin-debian-installer", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Create deb packages with no binary dependencies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9952