Comparing version 0.0.2 to 0.0.3
@@ -77,3 +77,3 @@ /** | ||
if (file.indexOf('.' + options.ext + '.') < 0) { | ||
fs.copyFile(file, dest, done); | ||
fs.copy(file, dest, done); | ||
} | ||
@@ -80,0 +80,0 @@ // Otherwise, we need to run this file through the templating engine. |
@@ -6,3 +6,3 @@ { | ||
"keywords": ["scaffold", "cli", "copy", "file", "directory", "directories"], | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "http://cantina.github.com", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"mkdirp": "~0.3.2", | ||
"fs-extra": "~0.0.4", | ||
"fs-extra": "~0.1.0", | ||
"async": "~0.1.18" | ||
@@ -24,0 +24,0 @@ }, |
@@ -6,2 +6,3 @@ HardHat | ||
[![Build Status](https://secure.travis-ci.org/cantina/hardhat.png)](http://travis-ci.org/cantina/hardhat) | ||
@@ -8,0 +9,0 @@ About / Why? |
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
22988
17
104
+ Addedfs-extra@0.1.3(transitive)
+ Addedncp@0.2.7(transitive)
+ Addedrimraf@1.0.9(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcoffee-script@1.12.7(transitive)
- Removedcoffeescript@1.12.7(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfs-extra@0.0.11(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgaze@1.1.3(transitive)
- Removedglob@7.1.7(transitive)
- Removedglobule@1.3.4(transitive)
- Removedgrowl@1.10.5(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjasmine-growl-reporter@2.0.0(transitive)
- Removedjasmine-node@3.0.0(transitive)
- Removedjasmine-reporters@1.0.2(transitive)
- Removedlodash@4.17.21(transitive)
- Removedminimatch@3.0.8(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-extra@4.3.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedreplace-ext@1.0.1(transitive)
- Removedrequirejs@2.3.7(transitive)
- Removedunderscore@1.9.2(transitive)
- Removedwalkdir@0.0.12(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedfs-extra@~0.1.0