@reactful/create 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "scripts": {
18
18
  "start": "bun run index.js",
19
- "deploy": "npm npm-version patch; npm publish --access public"
19
+ "deploy": "npm version patch; npm publish --access public"
20
20
  },
21
21
  "license": "MIT",
22
22
  "dependencies": {