Skip to content

Commit

Permalink
(pkg): add a whitelisted 'files' field
Browse files Browse the repository at this point in the history
- whitelist > blacklist / npmignore
- .jshintrc and tests.js shouldn't be included
  - is .jshintrc even used anymore?? standard is used for linting here
  • Loading branch information
agilgur5 committed Jul 23, 2019
1 parent f057911 commit 1822704
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "@agilgur5/changelog-maker",
"version": "2.3.0",
"description": "A git log to release changelog tool",
"files": [
"changelog-maker.js",
"collect-commit-labels.js",
"commit-to-output.js",
"group-commits.js",
"groups.js",
"reverts.js"
],
"main": "changelog-maker.js",
"bin": {
"changelog-maker": "./changelog-maker.js"
Expand Down

0 comments on commit 1822704

Please sign in to comment.