@reactful/create 1.2.17 → 1.2.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -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.18",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scaffold",