@reactful/create 1.2.17 → 1.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "1.2.17",
3
+ "version": "1.2.19",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scaffold",