Skip to content

Commit

Permalink
fix: update files block in package.json (#228)
Browse files Browse the repository at this point in the history
* fix: update files block in package.json

* chore: update package-lock.json
  • Loading branch information
evan-boone authored Dec 19, 2023
1 parent 2bf0b73 commit f5e4d90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 41 deletions.
37 changes: 6 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"assets/**/*",
"lib/**/*"
"assets",
"lib"
],
"publishConfig": {
"access": "public"
},
"overrides": {
"semantic-release": {
"@semantic-release/npm": "10.0.6",
"@semantic-release/github": "9.2.5"
"@semantic-release/npm": "10.0.6"
}
},
"devDependencies": {
Expand Down
6 changes: 0 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"extends": [
"github>capraconsulting/renovate-config:library",
"github>capraconsulting/renovate-config:aggressive"
],
"packageRules": [
{
"matchPackagePatterns": ["^semantic-release$", "^@semantic-release/"],
"automerge": false
}
]
}

0 comments on commit f5e4d90

Please sign in to comment.