Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pooulad/treeway
Browse files Browse the repository at this point in the history
  • Loading branch information
pooulad committed Sep 18, 2024
2 parents 3aa9b83 + 1efa79e commit 87b43c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2024-09-18)


### Features

* initial commit of package ([84cb987](https://github.com/pooulad/treeway/commit/84cb987c3e44f17355ff39fd924e0665537f65ad))
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poouladorbit/treeway",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "Show your files and directories like tree branches🌴",
"keywords": [
"react",
Expand Down Expand Up @@ -33,7 +33,7 @@
"build": "rollup -c --bundleConfigAsCjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"semantic-release":"semantic-release"
"semantic-release": "semantic-release"
},
"author": "pooulad",
"license": "MIT",
Expand Down Expand Up @@ -76,7 +76,7 @@
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"publishConfig":{
"access":"public"
"publishConfig": {
"access": "public"
}
}

0 comments on commit 87b43c3

Please sign in to comment.