We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7b77e commit 0fe5b16Copy full SHA for 0fe5b16
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uiw/react-split",
3
- "version": "5.8.7",
+ "version": "5.8.8",
4
"description": "A piece of content can be divided into areas that can be dragged to adjust the width or height.",
5
"main": "cjs/index.js",
6
"module": "esm/index.js",
@@ -28,9 +28,9 @@
28
"author": "Kenny Wong <wowohoo@qq.com>",
29
"license": "MIT",
30
"files": [
31
+ "src/**/*.{ts,tsx,less}",
32
"dist.css",
33
"dist",
- "src",
34
"esm",
35
"cjs"
36
],
0 commit comments