Skip to content

Commit 8cb803d

Browse files
committed
chore(qui-cli.progress): fix package information
1 parent eaad89f commit 8cb803d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/progress/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"name": "@battis/qui-cli.progress",
33
"version": "0.1.0",
4+
"homepage": "https://github.com/battis/qui-cli/tree/main/packages/progress#readme",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/battis/qui-cli.git",
8+
"directory": "packages/progress"
9+
},
10+
"author": {
11+
"name": "Seth Battis",
12+
"url": "https://github.com/battis"
13+
},
414
"type": "module",
515
"main": "./dist/index.js",
616
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)