Skip to content

Commit 4ab4fbf

Browse files
fix(ci): by not explicitely linking package in dependencies
1 parent 4b250e6 commit 4ab4fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"reset": "rm -rf ./node_modules"
2323
},
2424
"peerDependencies": {
25-
"@adaptive-sm/utils": "link:@adaptive-sm/utils",
25+
"@adaptive-sm/utils": "^0.2.5",
2626
"@floating-ui/dom": "^1.7.4",
2727
"@mdi/js": "^7.4.47",
2828
"@solid-primitives/keyed": "^1.5.2",

0 commit comments

Comments
 (0)