Skip to content

Commit c9b263f

Browse files
committed
v1.0.2
1 parent 7a59715 commit c9b263f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mimamch/cmd",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A command processor library for handling interactive commands",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -30,5 +30,8 @@
3030
"bugs": {
3131
"url": "https://github.com/mimamch/cmd/issues"
3232
},
33-
"homepage": "https://github.com/mimamch/cmd#readme"
33+
"homepage": "https://github.com/mimamch/cmd#readme",
34+
"publishConfig": {
35+
"registry": "https://npm.pkg.github.com"
36+
}
3437
}

0 commit comments

Comments
 (0)