hc2024-test 1.0.8 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -2
- package/test.tsx/index.js +1 -0
- package/registry.json/test.tsx +0 -1
package/package.json
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "hc2024-test",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.10",
|
4
4
|
"main": "index.tsx",
|
5
|
+
"type": "module",
|
5
6
|
"scripts": {
|
6
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
7
8
|
},
|
@@ -10,5 +11,6 @@
|
|
10
11
|
"description": "",
|
11
12
|
"bin": {
|
12
13
|
"asdfadsf": "index.tsx"
|
13
|
-
}
|
14
|
+
},
|
15
|
+
"types": "./lib/main.d.ts"
|
14
16
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
console.log('123');
|
package/registry.json/test.tsx
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
1
|