Skip to content

Commit 4d824cd

Browse files
committed
change jest and rollup to use .mjs, remove type="module" from package.json
1 parent e870c05 commit 4d824cd

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed
File renamed without changes.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
8-
"type": "module",
98
"scripts": {
109
"test": "jest --coverage",
1110
"lint": "eslint . --ext ts --ext tsx --ext js --ext snap",
File renamed without changes.

0 commit comments

Comments
 (0)