Skip to content

Commit

Permalink
Fix missing files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Sep 12, 2022
1 parent 03bb1d1 commit 3dcb649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.1",
"description": "A bundle with eslint and eslint-plugin-solid that can be used in the browser.",
"files": [
"dist.js",
"dist.mjs",
"dist.d.ts",
"dist.js.map",
"dist.mjs.map",
"README.md"
],
"main": "dist.js",
"main": "dist.mjs",
"types": "dist.d.ts",
"repository": "https://github.com/joshwilsonvu/eslint-plugin-solid",
"author": "Josh Wilson <joshwilsonvu@gmail.com>",
Expand Down

0 comments on commit 3dcb649

Please sign in to comment.