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 868b8a7 commit 2228b56Copy full SHA for 2228b56
.npmrc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mimamch/cmd",
3
- "version": "1.0.3",
+ "version": "1.0.6",
4
"description": "A command processor library for handling interactive commands",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -32,6 +32,6 @@
32
},
33
"homepage": "https://github.com/mimamch/cmd#readme",
34
"publishConfig": {
35
- "registry": "https://npm.pkg.github.com"
+ "registry": "https://registry.npmjs.org"
36
}
37
0 commit comments