Skip to content

Commit

Permalink
Update readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanos committed Feb 1, 2024
1 parent 5398bdc commit 747d5c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://alkemio.foundation/" target="blank"><img src="https://alkemio.foundation/uploads/logos/alkemio-logo.svg" width="400" alt="Alkemio Logo" /></a>
s<p align="center"> <a href="https://alkemio.foundation/" target="blank"><img src="https://alkemio.foundation/uploads/logos/alkemio-logo.svg" width="400" alt="Alkemio Logo" /></a>

</p>
<p align="center"><i>Enabling society to collaborate. Building a better future, together.</i></p>
# Alkemio fork of Excalidraw v0.17.0
Expand All @@ -11,7 +11,8 @@
git merge v0.17.0
git push --set-upstream origin 0.17.0-alkemio-1
```
- Applied the new styles of the buttons to Alkemio's ZoomToFit added button
- Applied the new styles of the buttons to Alkemio's ZoomToFit added button.
- Modified the paste functionality to avoid pasting elements (such as images) as JSON when editing text.

### For testing you can link the new package from the local client

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
"homepage": "https://github.com/alkem-io/excalidraw",
"name": "@alkemio/excalidraw",
"version": "0.17.0-alkemio-2",
"version": "0.17.0-alkemio-3-beta",
"prettier": "@excalidraw/prettier-config",
"private": false,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/excalidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alkemio/excalidraw",
"version": "0.17.0-alkemio-2",
"version": "0.17.0-alkemio-3-beta",
"main": "main.js",
"types": "types/packages/excalidraw/index.d.ts",
"files": [
Expand Down

0 comments on commit 747d5c8

Please sign in to comment.