Skip to content

Commit 7888df6

Browse files
committed
fix for cjs
1 parent c9f4844 commit 7888df6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"name": "remix-development-tools",
33
"description": "Remix development tools.",
44
"author": "Alem Tuzlak",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"license": "MIT",
77
"keywords": [
88
"remix",
99
"remix-dev-tools"
1010
],
1111
"private": false,
1212
"type": "module",
13-
"main": "./dist/index.umd.cjs",
13+
"main": "./dist/index.cjs",
1414
"module": "./dist/index.js",
1515
"exports": {
1616
"./stylesheet.css": "./dist/stylesheet.css",
1717
".": {
1818
"import": "./dist/index.js",
19-
"require": "./dist/index.umd.cjs"
19+
"require": "./dist/index.cjs"
2020
}
2121
},
2222
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)