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 CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "hc2024-test",
3
- "version": "1.0.8",
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');
@@ -1 +0,0 @@
1
- 1