@soft-stech/bootsman-ui-shadcn 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@soft-stech/bootsman-ui-shadcn",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.1",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist",
|
7
7
|
"src"
|
8
8
|
],
|
9
9
|
"main": "dist/index.js",
|
10
|
-
"types": "dist/
|
10
|
+
"types": "dist/index.d.ts",
|
11
11
|
"sideEffects": [
|
12
12
|
"**/*.css"
|
13
13
|
],
|