@reactful/create 1.2.17 → 1.2.19
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#!/usr/bin/env node
|
1
|
+
#!/usr/bin/env node
|
2
2
|
|
3
3
|
import npmRegistryFetch from 'npm-registry-fetch'
|
4
4
|
import { spawn , execSync } from 'child_process'
|
@@ -144,4 +144,4 @@ function copyPath(source, target) {
|
|
144
144
|
if (folderPath) copyPath(sourcePath, targetPath)
|
145
145
|
else fs.copyFileSync(sourcePath, targetPath)
|
146
146
|
})
|
147
|
-
}
|
147
|
+
}
|