Skip to content

Commit

Permalink
do not include vim swap files in package
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 6, 2020
1 parent c6581a8 commit 6eab8c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"semver": "./bin/semver.js"
},
"files": [
"bin",
"bin/**/*.js",
"range.bnf",
"classes",
"functions",
"internal",
"ranges",
"classes/**/*.js",
"functions/**/*.js",
"internal/**/*.js",
"ranges/**/*.js",
"index.js",
"preload.js"
],
Expand Down

0 comments on commit 6eab8c2

Please sign in to comment.