Skip to content

Commit 1bbfd0e

Browse files
authored
Switch to package.json files to only publish necessary files (#324)
1 parent 0c27093 commit 1bbfd0e

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

.npmignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"bin": {
2020
"check-dependency-version-consistency": "dist/bin/check-dependency-version-consistency.js"
2121
},
22+
"files": [
23+
"dist/",
24+
"README.md"
25+
],
2226
"scripts": {
2327
"build": "tsc",
2428
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",

0 commit comments

Comments
 (0)