Skip to content

Commit 3dcb649

Browse files
committed
Fix missing files from package
1 parent 03bb1d1 commit 3dcb649

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

standalone/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.1.1",
44
"description": "A bundle with eslint and eslint-plugin-solid that can be used in the browser.",
55
"files": [
6-
"dist.js",
6+
"dist.mjs",
77
"dist.d.ts",
8-
"dist.js.map",
8+
"dist.mjs.map",
99
"README.md"
1010
],
11-
"main": "dist.js",
11+
"main": "dist.mjs",
1212
"types": "dist.d.ts",
1313
"repository": "https://github.com/joshwilsonvu/eslint-plugin-solid",
1414
"author": "Josh Wilson <[email protected]>",

0 commit comments

Comments
 (0)