We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6412a commit 64ffe54Copy full SHA for 64ffe54
1 file changed
package.json
@@ -10,7 +10,9 @@
10
"types": "build/index.d.ts",
11
"files": [
12
"build/lib",
13
- "build/index",
+ "build/index.js",
14
+ "build/index.d.js",
15
+ "build/index.d.js.map",
16
"LICENSE",
17
"README.md",
18
"package.json"
0 commit comments