mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 15:27:50 +08:00
64fa35f2f3
* chore: lock mithril to `2.0` because `2.2` has breaking changes with no upgrade guide * chore: update JS dependencies `yarn upgrade` * chore: fix typings after js deps updates * chore(review): better semver Co-authored-by: David Wheatley <hi@davwheat.dev>
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"private": true,
|
|
"name": "flarum-monorepo",
|
|
"workspaces": [
|
|
"framework/*/js",
|
|
"extensions/*/js",
|
|
"js-packages/*"
|
|
],
|
|
"scripts": {}
|
|
}
|