Skip to content

Commit ac53ad5

Browse files
authored
chore: add missing pkg description & remove fs-tree private (#253)
1 parent 6ac13c4 commit ac53ad5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/fs-tree/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@jolly-pixel/fs-tree",
33
"version": "1.0.0",
44
"type": "module",
5-
"private": true,
65
"main": "dist/index.js",
76
"types": "dist/index.d.ts",
87
"scripts": {

packages/resize-handle/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@jolly-pixel/resize-handle",
3+
"description": "Robust resize handles / splitters for your HTML5 apps and websites",
34
"version": "1.0.0",
45
"type": "module",
56
"main": "dist/index.js",

0 commit comments

Comments
 (0)