Skip to content

Commit b5ae3e0

Browse files
authored
fix(package.json): only includes ./dist in tarball whitelist (#261)
1 parent 5f03de8 commit b5ae3e0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@
3838
],
3939
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
4040
"files": [
41-
"index.d.ts",
42-
"index.js",
43-
"types",
44-
"src"
41+
"dist"
4542
],
4643
"license": "MIT",
4744
"bugs": {

0 commit comments

Comments
 (0)