Skip to content

Commit

Permalink
release(mask-editor): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Feb 23, 2024
1 parent 8aaf2a2 commit 105a844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* [log](./src/log/README.md): Terminal log viewer.
* [markdown-editor](./src/markdown-editor/README.md): Markdown editor with preview.
* [markdown-viewer](./src/markdown-viewer/README.md): Live markdown renderer.
* [mask-editor](./src/mask-editor/README.md): Image mask editing.
* [menu](./src/menu/README.md): Simple menu.
* [menu-bar](./src/menu-bar/README.md) Application menu bar.
* [modal](./src/modal/README.md): Create modal dialogs.
Expand Down
4 changes: 2 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@
"react": false
},
"mask-editor": {
"dependencies": ["toolbar", "painter"],
"dependencies": ["painter"],
"style": false,
"react": true,
"version": "0.1.0",
"version": "0.2.0",
"icon": false,
"test": true,
"install": false
Expand Down
1 change: 0 additions & 1 deletion src/mask-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Image mask editing",
"luna": {
"dependencies": [
"toolbar",
"painter"
],
"style": false,
Expand Down

0 comments on commit 105a844

Please sign in to comment.