Skip to content

Commit 541ee12

Browse files
author
Alexey Ryazanov
committed
fix: remove files property from package.json
1 parent 2264613 commit 541ee12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.release-it.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"github": {
66
"release": true
77
},
8+
"npm": {
9+
"publishPath": "./build"
10+
},
811
"plugins": {
912
"@release-it/conventional-changelog": {
1013
"preset": "conventionalcommits",

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
"curry",
2525
"performance"
2626
],
27-
"files": [
28-
"build"
29-
],
3027
"sideEffects": false,
3128
"license": "Apache-2.0",
3229
"publishConfig": {

0 commit comments

Comments
 (0)