Skip to content

Commit

Permalink
chore: include source files when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 28, 2024
1 parent f0ba831 commit 1a3500d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,9 @@
"browser": "dist/browser/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index.cjs",
"dist/index.cjs.map",
"dist/index.d.ts",
"dist/index.js",
"dist/index.js.map",
"dist/browser/index.js",
"dist/browser/index.js.map",
"dist/bundler/index.js",
"dist/bundler/index.js.map"
"dist",
"src",
"tsconfig.json"
],
"scripts": {
"autolint": "prettier --write . && eslint --fix .",
Expand Down

0 comments on commit 1a3500d

Please sign in to comment.