Skip to content

Commit

Permalink
Merge pull request #23 from RebeccaStevens/publish-files
Browse files Browse the repository at this point in the history
build: specify files to release instead of specifying ones not to
  • Loading branch information
JoshuaKGoldberg authored Feb 7, 2023
2 parents 7563431 + 9571f27 commit b9a9554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
"require": "./lib/index.cjs"
}
},
"files": [
"lib/",
"package.json",
"LICENSE.md",
"README.md"
],
"license": "MIT",
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down

0 comments on commit b9a9554

Please sign in to comment.