Skip to content

Commit

Permalink
Merge pull request #31 from jvanhent/feat/improve-package
Browse files Browse the repository at this point in the history
Add .npmignore to reduce package size
  • Loading branch information
jvanhent committed Mar 15, 2021
2 parents da37b0b + d9dfe28 commit c40efcd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
test/
.nyc_output/
.eslintrc.json
.renovaterc.json
.travis.yml
Contribution_process.jpg
8 changes: 7 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"extends": [
"config:base",
":pinAllExceptPeerDependencies"
]
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit c40efcd

Please sign in to comment.