Skip to content

Commit 63742ba

Browse files
committed
Switch to outputting as commonjs to ease consumption
1 parent 837a012 commit 63742ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
"watch:test": "jest ./src --watch"
6363
},
6464
"types": "dist/index",
65-
"version": "0.0.1"
65+
"version": "0.0.2"
6666
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"inlineSources": true,
1313
"lib": ["dom", "dom.iterable", "esnext"],
1414
"jsx": "react",
15-
"module": "esnext",
15+
"module": "commonjs",
1616
"moduleResolution": "node",
1717
"noUnusedParameters": true,
1818
"outDir": "./dist",

0 commit comments

Comments
 (0)