Skip to content

Commit 48e5716

Browse files
committed
exclude .swp files from package
1 parent 16d07b2 commit 48e5716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"files": [
4141
"index.js",
42-
"lib/"
42+
"lib/*.js"
4343
],
4444
"tap": {
4545
"coverage-map": "map.js",

0 commit comments

Comments
 (0)