We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4942d6 commit 7557becCopy full SHA for 7557bec
package.json
@@ -5,7 +5,7 @@
5
"prepare": "tsc",
6
"test": "jest"
7
},
8
- "version": "1.1.11",
+ "version": "1.1.12",
9
"main": "out/index.js",
10
"types": "out/index.d.ts",
11
"author": "Coder",
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"declaration": true,
4
- "module": "commonjs",
+ "module": "umd",
"moduleResolution": "node",
"outDir": "out",
"sourceMap": true,
0 commit comments