Skip to content

Commit a3628c4

Browse files
committed
add npm files filter
1 parent 85801b1 commit a3628c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.9.0",
44
"description": "resolve which handles browser field support in package.json",
55
"main": "index.js",
6+
"files": [
7+
"index.js",
8+
"empty.js"
9+
],
610
"scripts": {
711
"test": "mocha --reporter list test/*.js"
812
},

0 commit comments

Comments
 (0)