We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a59715 commit c9b263fCopy full SHA for c9b263f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mimamch/cmd",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A command processor library for handling interactive commands",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -30,5 +30,8 @@
30
"bugs": {
31
"url": "https://github.com/mimamch/cmd/issues"
32
},
33
- "homepage": "https://github.com/mimamch/cmd#readme"
+ "homepage": "https://github.com/mimamch/cmd#readme",
34
+ "publishConfig": {
35
+ "registry": "https://npm.pkg.github.com"
36
+ }
37
}
0 commit comments