Skip to content

Commit

Permalink
npm run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 21, 2023
1 parent c5589f9 commit 7adbcce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.8.10",
"description": "Tree Editor for Calcit Language",
"bin": {
"ct": "./server.mjs"
"ct": "server.mjs"
},
"scripts": {
"watch-server": "cr --emit-js",
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:calcit-lang/editor.git"
"url": "git+ssh://git@github.com/calcit-lang/editor.git"
},
"author": "jiyinyiyong",
"license": "MIT",
Expand Down

0 comments on commit 7adbcce

Please sign in to comment.