Skip to content

Commit 34b12ef

Browse files
committed
[PUBLISHED]: Published V0.1.1
Signed-off-by: ashish <[email protected]>
1 parent ec3694b commit 34b12ef

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Command Line tools for CODERs
1717
# Usage
1818
<!-- usage -->
1919
```sh-session
20-
$ npm install -g cdt
20+
$ npm install -g @codingtools/cdt
2121
$ cdt COMMAND
2222
running command...
2323
$ cdt (-v|--version|version)
24-
cdt/0.1.1 darwin-x64 node-v12.9.0
24+
@codingtools/cdt/0.1.1 darwin-x64 node-v12.9.0
2525
$ cdt --help [COMMAND]
2626
USAGE
2727
$ cdt COMMAND

package-lock.json

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"repository": {
6464
"type": "git",
65-
"url": "git+https://github.com/codingtools/cdt.git"
65+
"url": "https://github.com/codingtools/cdt.git"
6666
},
6767
"scripts": {
6868
"postpack": "rm -f oclif.manifest.json",

0 commit comments

Comments
 (0)