Skip to content

Commit 57174a4

Browse files
committed
[pkg] Remove .npmignore in favor of package.json files whitelist
1 parent c8feb3a commit 57174a4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.npmignore

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

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0",
1313
"test": "mocha"
1414
},
15+
"files": [
16+
"prebuilds/",
17+
"src/",
18+
"binding.gyp",
19+
"fallback.js",
20+
"index.js"
21+
],
1522
"repository": {
1623
"type": "git",
1724
"url": "https://github.com/websockets/utf-8-validate"

0 commit comments

Comments
 (0)