Comparing version 1.1.2 to 1.2.0
@@ -5,8 +5,3 @@ #!/usr/bin/env node | ||
const argv = require('yargs').argv; | ||
require('..')({ | ||
cwd: argv.cwd || process.cwd(), | ||
entry: argv.entry, | ||
files: argv.files, | ||
}); | ||
console.error('WARN: recommend to use ypkgfiles'); | ||
require('./ypkgfiles'); |
1.2.0 / 2017-02-27 | ||
================== | ||
* feat: recommend to use ypkgfiles instead of pkgfiles (#4) | ||
1.1.2 / 2017-02-27 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "ypkgfiles", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Yet another pkgfiles that generate pkg.files automatically", | ||
@@ -44,3 +44,4 @@ "dependencies": { | ||
"bin": { | ||
"pkgfiles": "bin/pkgfiles.js" | ||
"pkgfiles": "bin/pkgfiles.js", | ||
"ypkgfiles": "bin/ypkgfiles.js" | ||
}, | ||
@@ -47,0 +48,0 @@ "files": [ |
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
8064
7
122