mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Remove workspaces from package.json (#1741)
This commit is contained in:
parent
01ee4e99be
commit
18b86498e2
13
package.json
13
package.json
|
@ -26,18 +26,5 @@
|
||||||
"clean:all": "nx run-many --target=clean --all --parallel=1",
|
"clean:all": "nx run-many --target=clean --all --parallel=1",
|
||||||
"release": "pnpm build:all && changeset publish"
|
"release": "pnpm build:all && changeset publish"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
|
||||||
"extension",
|
|
||||||
"packages/*",
|
|
||||||
"packages/d3-state-visualizer/examples/tree",
|
|
||||||
"packages/react-dock/demo",
|
|
||||||
"packages/react-json-tree/examples",
|
|
||||||
"packages/redux-devtools/examples/counter",
|
|
||||||
"packages/redux-devtools/examples/todomvc",
|
|
||||||
"packages/redux-devtools-inspector-monitor/demo",
|
|
||||||
"packages/redux-devtools-inspector-monitor-test-tab/demo",
|
|
||||||
"packages/redux-devtools-rtk-query-monitor/demo",
|
|
||||||
"packages/redux-devtools-slider-monitor/examples/todomvc"
|
|
||||||
],
|
|
||||||
"packageManager": "pnpm@8.15.9"
|
"packageManager": "pnpm@8.15.9"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user