Skip to content

Commit 7873fbd

Browse files
spike-rabbittimowolf
authored andcommitted
build(npm): use correct override for @simpl/brand
We previously just accepted a broad range, which did not cover `-rc.x` release. So npm failed when doing a release. The new override is pointing the local package instead, which solves the problem.
1 parent 8ec0a4d commit 7873fbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"typescript": "$typescript"
194194
},
195195
"@simpl/brand": {
196-
"@siemens/element-theme": ">1.0.0"
196+
"@siemens/element-theme": "file:projects/element-theme"
197197
}
198198
}
199199
}

0 commit comments

Comments
 (0)