Skip to content

Commit 1c7a428

Browse files
committed
fix: version
1 parent 7229244 commit 1c7a428

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "path-tree",
3-
"version": "1.0.0",
43
"private": true,
54
"repository": "git@github.com:Himenon/path-tree.git",
65
"author": "Himenon",

packages/collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/collection",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"description": "Provides a hierarchy of directories and files from a one-dimensional array of objects, including.",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@path-tree/react",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Provides components with a hierarchical structure.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -21,7 +21,7 @@
2121
"react-dom": "^16.13.1"
2222
},
2323
"dependencies": {
24-
"@path-tree/collection": "1.0.0"
24+
"@path-tree/collection": "0.1.0"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.10.4",

0 commit comments

Comments
 (0)