Skip to content

Commit c3b9ff8

Browse files
committed
chore: use package.json#files to control what's published
1 parent 183f707 commit c3b9ff8

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.npmignore

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"publishConfig": {
4949
"access": "public"
5050
},
51+
"files": [
52+
"lib"
53+
],
5154
"license": "MIT",
5255
"engines": {
5356
"node": ">=8"

0 commit comments

Comments
 (0)