Skip to content

Commit

Permalink
Add files attr to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwenxi committed Sep 24, 2020
1 parent dd38861 commit 1cbf6ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"email": "[email protected]"
}
],
"files": [
"src",
"cjs",
"es"
],
"scripts": {
"build": "rm -rf es cjs && tsc & tsc --module esnext --outDir ./es",
"build:check": "tsc",
Expand Down

0 comments on commit 1cbf6ea

Please sign in to comment.