Skip to content

Commit 7557bec

Browse files
committed
Compile to UMD
Makes it work with AMD.
1 parent b4942d6 commit 7557bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"prepare": "tsc",
66
"test": "jest"
77
},
8-
"version": "1.1.11",
8+
"version": "1.1.12",
99
"main": "out/index.js",
1010
"types": "out/index.d.ts",
1111
"author": "Coder",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4-
"module": "commonjs",
4+
"module": "umd",
55
"moduleResolution": "node",
66
"outDir": "out",
77
"sourceMap": true,

0 commit comments

Comments
 (0)