Skip to content

Commit d7cb640

Browse files
authored
Make core a peer dependency of html (#258)
1 parent 7e9b658 commit d7cb640

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

packages/html/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727
"url": "git+https://github.com/spenserblack/steamdown.git"
2828
},
2929
"dependencies": {
30-
"@steamdown/core": "workspace:^",
3130
"escape-goat": "^4.0.0"
31+
},
32+
"devDependencies": {
33+
"@steamdown/core": "workspace:^"
34+
},
35+
"peerDependencies": {
36+
"@steamdown/core": "workspace:^"
3237
}
3338
}

pnpm-lock.yaml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)