Skip to content

Commit

Permalink
chore: replace .npmignore by the files property in the `package.j…
Browse files Browse the repository at this point in the history
…son`
  • Loading branch information
erikian committed Jan 28, 2023
1 parent 9cb03ef commit 0236ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"build": "rimraf dist && concurrently \"yarn:build:*\"",
"build:esm": "swc --config-file .swcrc-esm ./src --out-dir dist/esm && tsc -p tsconfig.json",
Expand Down

0 comments on commit 0236ed1

Please sign in to comment.