hc2024-test 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "hc2024-test",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.10",
|
4
4
|
"main": "index.tsx",
|
5
5
|
"type": "module",
|
6
6
|
"scripts": {
|
@@ -11,5 +11,6 @@
|
|
11
11
|
"description": "",
|
12
12
|
"bin": {
|
13
13
|
"asdfadsf": "index.tsx"
|
14
|
-
}
|
14
|
+
},
|
15
|
+
"types": "./lib/main.d.ts"
|
15
16
|
}
|