@camped-ui/command 0.0.5 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@camped-ui/command",
|
3
|
-
"version": "0.0
|
3
|
+
"version": "1.0.0",
|
4
4
|
"main": "src/index.tsx",
|
5
5
|
"scripts": {
|
6
6
|
"publish-package": "npm publish --access public",
|
7
7
|
"build": "rimraf dist && tsc"
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
|
-
"@camped-ui/lib": "0.0
|
10
|
+
"@camped-ui/lib": "1.0.0",
|
11
11
|
"@radix-ui/react-dialog": "^1.0.2",
|
12
12
|
"cmdk": "^0.2.0",
|
13
13
|
"lucide-react": "0.105.0-alpha.4",
|
14
|
-
"@camped-ui/dialog": "0.0
|
14
|
+
"@camped-ui/dialog": "1.0.0"
|
15
15
|
},
|
16
16
|
"publishConfig": {
|
17
17
|
"registry": "https://registry.npmjs.org/",
|