mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-14 18:42:24 +03:00
chore: pnpm support (#199)
* feat: initial pnpm support * feat: lock files * fix: github actions * fix: lerna bootstrap * fix: lerna useWorkspaces * fix: lerna no ci * fix: lint * fix: audit * chore: changeset * fix: publish action
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
"bbob"
|
||||
],
|
||||
"dependencies": {
|
||||
"@bbob/core": "^3.0.2",
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
"@bbob/core": "workspace:*",
|
||||
"@bbob/plugin-helper": "workspace:*"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
||||
Reference in New Issue
Block a user