babyclara 0.0.3 → 0.0.4

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 +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -52,9 +52,8 @@ if (fs.existsSync(pkgPath)) {
52
52
 
53
53
  pkg.scripts = pkg.scripts || {};
54
54
 
55
- // Add or override your scripts
56
55
  pkg.scripts.start =
57
- "npx chokidar '**/*' '!apps/**' '!games/**' -c 'node ./node_modules/gkrane/core/index.js'";
56
+ "npx chokidar \"**/*\" \"!apps/**\" \"!games/**\" -c \"node ./node_modules/gkrane/core/index.js\"";
58
57
 
59
58
  pkg.scripts.dev =
60
59
  "node ./node_modules/gkrane/core/dev.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babyclara",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "A Vue.Js Work Station",
5
5
  "main": "index.js",
6
6
  "author": "Augment Chinedu",