Skip to content

Commit

Permalink
Do not publish Vim backup files (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored May 19, 2024
1 parent 46cae30 commit 587b490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"files": [
"index.js",
"index.d.ts",
"lib",
"types"
"lib/**/*.js",
"types/**/*.ts"
],
"keywords": [
"exec",
Expand Down

0 comments on commit 587b490

Please sign in to comment.