Skip to content

Commit

Permalink
fix: remove files property from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Ryazanov committed Jul 31, 2023
1 parent 2264613 commit 541ee12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"github": {
"release": true
},
"npm": {
"publishPath": "./build"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"curry",
"performance"
],
"files": [
"build"
],
"sideEffects": false,
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit 541ee12

Please sign in to comment.