@reactful/create 0.0.53 → 0.0.54

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",
@@ -11,6 +11,7 @@
11
11
  "deploy": "npm publish --access public"
12
12
  },
13
13
  "dependencies": {
14
+ "bun-types": "latest",
14
15
  "inquirer": "^9.2.13",
15
16
  "fs": "^0.0.1-security"
16
17
  }