Skip to content

Commit

Permalink
Once More
Browse files Browse the repository at this point in the history
  • Loading branch information
theetherGit committed Aug 18, 2023
1 parent 405cb20 commit 8c6581d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@
"files": [
"package/**/*.*",
"!package/**/*.test.*",
"!package/**/*.spec.*"
"!package/**/*.spec.*",
"package.json",
"LICENSE",
"README.md",
"index.d.ts",
"index.js",
"toReactElement.d.ts",
"toReactElement.js"
],
"peerDependencies": {
"svelte": "^4.0.0"
Expand Down

0 comments on commit 8c6581d

Please sign in to comment.