Skip to content

Commit

Permalink
Sanitize list of files packaged to npm (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
BendingBender committed Jun 4, 2021
1 parent a102583 commit 0812f39
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -24,11 +24,9 @@
"lint": "tslint -p tsconfig.tsd.json --format stylish"
},
"files": [
"dist/index.js",
"dist/index.d.ts",
"dist/cli.js",
"dist/lib",
"libraries"
"dist/**/*.js",
"dist/**/*.d.ts",
"!dist/test"
],
"keywords": [
"typescript",
Expand Down

0 comments on commit 0812f39

Please sign in to comment.