mirror of
https://github.com/mathuo/dockview
synced 2025-01-22 17:35:57 +00:00
parent
9e245e6f5e
commit
90690fa8ea
@ -2,7 +2,7 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "1.9.0",
|
||||
"version": "1.8.5",
|
||||
"npmClient": "yarn",
|
||||
"command": {
|
||||
"publish": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dockview-core",
|
||||
"version": "1.9.0",
|
||||
"version": "1.8.5",
|
||||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
|
||||
"keywords": [
|
||||
"splitview",
|
||||
@ -53,4 +53,4 @@
|
||||
"test": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-core",
|
||||
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-core --coverage"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dockview",
|
||||
"version": "1.9.0",
|
||||
"version": "1.8.5",
|
||||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
|
||||
"keywords": [
|
||||
"splitview",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dockview-docs",
|
||||
"version": "1.9.0",
|
||||
"version": "1.8.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "docusaurus build",
|
||||
@ -42,4 +42,4 @@
|
||||
"@types/uuid": "^9.0.7",
|
||||
"docusaurus-plugin-sass": "^0.2.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user