Skip to content

Commit

Permalink
fix: trying to include the src folder manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio committed Oct 11, 2024
1 parent a482c7b commit 9549606
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"main": "dist/aquarium.umd.cjs",
"module": "dist/aquarium.js",
"files": [
"dist"
"dist/aquarium.umd.cjs",
"dist/aquarium.js",
"dist/index.d.ts",
"dist/style.css",
"dist/style.ts",
"dist/src"
],
"peerDependencies": {
"antd": ">=5.20.0",
Expand Down

0 comments on commit 9549606

Please sign in to comment.