Skip to content

Commit d10a1bf

Browse files
committed
chore: control published files via package.json#files
1 parent a0ff777 commit d10a1bf

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.npmignore

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

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,9 @@
6262
},
6363
"engines": {
6464
"node": ">=10"
65-
}
65+
},
66+
"files": [
67+
"lib",
68+
"index.js"
69+
]
6670
}

0 commit comments

Comments
 (0)