Skip to content

Commit

Permalink
fix: publish only source and dist folders
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 20, 2023
1 parent a535201 commit af08bcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
/test
/coverage
/.github
/dist/stats.html
.editorconfig
.eslintignore
.gitignore
package.config.ts
tsconfig.dist.json
tsconfig.json
tsconfig.settings.json
package-lock.json
pnpm-lock.yaml
yarn.lock
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"prebuild": "npm run clean",
"build": "pkg-utils build && pkg-utils --strict",
Expand Down

0 comments on commit af08bcb

Please sign in to comment.