Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Jan 9, 2024
1 parent 35411e3 commit 14821f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gip-recia/tldraw-webcomponent",
"version": "1.1.2",
"version": "1.2.0",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -31,7 +31,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/GIP-RECIA/tldraw-webcomponent.git"
"url": "git+https://github.com/GIP-RECIA/tldraw-webcomponent.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite --host",
Expand Down

0 comments on commit 14821f6

Please sign in to comment.