We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9d8b8 commit 6c67736Copy full SHA for 6c67736
.npmignore
@@ -1,4 +1,5 @@
1
.github
2
.idea
3
.node-version
4
-.editorconfig
+.editorconfig
5
+*.tsbuildinfo
package.json
@@ -5,7 +5,9 @@
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"exports": {
8
- "./*": "./dist/*.js"
+ "./*": {
9
+ "require": "./dist/*.js"
10
+ }
11
},
12
"scripts": {
13
"build": "tsc",
@@ -52,6 +54,8 @@
52
54
"access": "restricted"
53
55
56
"release": {
- "branches": ["main"]
57
+ "branches": [
58
+ "main"
59
+ ]
60
}
61
0 commit comments