Skip to content

Commit 2757db7

Browse files
committed
chore: update package description
1 parent 9326e76 commit 2757db7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wokwi-cli",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "Wokwi Simulator CLI (for CI and local development)",
55
"main": "index.js",
66
"scripts": {
77
"build": "rimraf dist && tsc && node tools/createVersionFile.js",
@@ -12,8 +12,12 @@
1212
"prepare": "husky install"
1313
},
1414
"keywords": [],
15-
"author": "",
15+
"author": "Uri Shaked",
1616
"license": "ISC",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/wokwi/wokwi-cli"
20+
},
1721
"dependencies": {
1822
"@iarna/toml": "2.2.5",
1923
"arg": "^5.0.2",

0 commit comments

Comments
 (0)