Skip to content

Commit 4b1e39e

Browse files
authored
Ignore unnecessary files in the release (#334)
1 parent a31e7ff commit 4b1e39e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
],
2222
"main": "./index.js",
2323
"types": "./index.d.ts",
24+
"files": [
25+
"CHANGELOG.md",
26+
"index.d.ts",
27+
"lib"
28+
],
2429
"directories": {
2530
"lib": "./lib"
2631
},

0 commit comments

Comments
 (0)