Skip to content

Commit cb31be8

Browse files
committedOct 30, 2019
filter out .swp files from package
oops.
1 parent 43e239d commit cb31be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"tap": "^14.9.1"
2525
},
2626
"files": [
27-
"lib"
27+
"lib/**/*.js"
2828
],
2929
"keywords": [
3030
"packages",

0 commit comments

Comments
 (0)
Please sign in to comment.