This commit is contained in:
mathuo 2021-03-24 21:08:16 +00:00
parent 03f3617c50
commit 7aaec28ebd
5 changed files with 6 additions and 6 deletions

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.14"
"version": "0.0.15"
}

View File

@ -1,6 +1,6 @@
{
"name": "splitview-demo",
"version": "0.0.14",
"version": "0.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "splitview-demo",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"description": "Demo project for https://github.com/mathuo/dockview",
"scripts": {
"build": "npm run build-webpack && npm run build-storybook",
@ -14,7 +14,7 @@
"author": "https://github.com/mathuo",
"license": "MIT",
"dependencies": {
"dockview": "^0.0.14",
"dockview": "^0.0.15",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},

View File

@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "0.0.14",
"version": "0.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "0.0.14",
"version": "0.0.15",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",