Skip to content

Commit

Permalink
Make bob-esbuild optional peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Apr 13, 2022
1 parent c765bdc commit 3b414e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-lemons-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'bob-esbuild-cli': patch
---

Make bob-esbuild optional peer dependency
11 changes: 8 additions & 3 deletions packages/bob-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,15 @@
"changesets-github-release": "^0.1.0",
"typescript": "^4.6.3"
},
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"bob-esbuild": "workspace:^3.2.5"
},
"peerDependenciesMeta": {
"bob-esbuild": {
"optional": true
}
},
"engines": {
"node": ">=12.0.0"
}
}

0 comments on commit 3b414e1

Please sign in to comment.