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 c9f4844 commit 7888df6Copy full SHA for 7888df6
1 file changed
package.json
@@ -2,21 +2,21 @@
2
"name": "remix-development-tools",
3
"description": "Remix development tools.",
4
"author": "Alem Tuzlak",
5
- "version": "1.0.4",
+ "version": "1.0.5",
6
"license": "MIT",
7
"keywords": [
8
"remix",
9
"remix-dev-tools"
10
],
11
"private": false,
12
"type": "module",
13
- "main": "./dist/index.umd.cjs",
+ "main": "./dist/index.cjs",
14
"module": "./dist/index.js",
15
"exports": {
16
"./stylesheet.css": "./dist/stylesheet.css",
17
".": {
18
"import": "./dist/index.js",
19
- "require": "./dist/index.umd.cjs"
+ "require": "./dist/index.cjs"
20
}
21
},
22
"typings": "./dist/index.d.ts",
0 commit comments