@camped-ui/command 1.0.6 → 1.0.7

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 +6 -4
package/package.json CHANGED
@@ -1,19 +1,21 @@
1
1
  {
2
2
  "name": "@camped-ui/command",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "publish-package": "npm publish --access public",
7
- "build": "rimraf dist && tsc"
7
+ "build": "rimraf dist && tsc",
8
+ "clean": "rimraf dist"
8
9
  },
9
10
  "dependencies": {
10
11
  "@radix-ui/react-dialog": "^1.0.2",
11
12
  "cmdk": "^0.2.0",
12
- "@camped-ui/dialog": "1.0.6"
13
+ "@camped-ui/dialog": "1.0.7"
13
14
  },
14
15
  "peerDependencies": {
15
16
  "lucide-react": "*",
16
- "react": "*"
17
+ "react": "*",
18
+ "@camped-ui/lib": "*"
17
19
  },
18
20
  "publishConfig": {
19
21
  "registry": "https://registry.npmjs.org/",