Skip to content

Commit

Permalink
build: switch from .npmignore to files field in package.json (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 4, 2023
1 parent de8b068 commit a08b33b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"bin": {
"electron-symbolicate-mac": "./index.js"
},
"files": [
"index.js"
],
"scripts": {
"test": "jest"
},
Expand Down

0 comments on commit a08b33b

Please sign in to comment.