Comparing version 0.0.3 to 0.0.4
@@ -46,2 +46,6 @@ var fs = require('fs'), | ||
if(entry === '_gitignore') { | ||
destFile = path.join(destDir, '.gitignore'); | ||
} | ||
var stat = fs.statSync(srcFile); | ||
@@ -48,0 +52,0 @@ if(stat.isDirectory()) { |
{ | ||
"name": "d5", | ||
"description": "small utilities for node development", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name" : "Daniel Kang", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9100
229
2