Skip to content

Commit a1053d5

Browse files
committed
[RELEASE]: releasing version 0.1.0
Signed-off-by: ashish <[email protected]>
1 parent 40625e4 commit a1053d5

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ cdt
33

44
Command Line tools for CODERs
55

6-
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
7-
[![Version](https://img.shields.io/npm/v/cdt.svg)](https://npmjs.org/package/cdt)
8-
[![Downloads/week](https://img.shields.io/npm/dw/cdt.svg)](https://npmjs.org/package/cdt)
9-
[![License](https://img.shields.io/npm/l/cdt.svg)](https://github.com//cdt/blob/master/package.json) [![Greenkeeper badge](https://badges.greenkeeper.io/codingtools/cdt.svg)](https://greenkeeper.io/)
6+
[![Version](https://img.shields.io/npm/v/@codingtools/cdt.svg)](https://npmjs.org/package/@codingtools/cdt)
7+
[![Downloads/week](https://img.shields.io/npm/dw/@codingtools/cdt.svg)](https://npmjs.org/package/@codingtools/cdt)
8+
[![License](https://img.shields.io/npm/l/@codingtools/cdt.svg)](https://github.com/codingtools/cdt/blob/master/package.json)
9+
[![Greenkeeper badge](https://badges.greenkeeper.io/codingtools/cdt.svg)](https://greenkeeper.io/)
10+
[![CircleCI](https://circleci.com/gh/codingtools/cdt/tree/master.svg?style=shield)](https://circleci.com/gh/codingtools/cdt/tree/release/release-v0.1)
11+
[![Downloads/week](https://img.shields.io/npm/dw/@codingtools/cdt/command.svg)](https://npmjs.org/package/@codingtools/cdt/command)
1012

1113
<!-- toc -->
1214
* [Usage](#usage)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "cdt",
33
"description": "Command Line tools for CODERs",
4-
"version": "0.0.1",
5-
"author": "ashish @ashishpatel0720",
4+
"version": "0.1.0",
5+
"author": "Ashish Patel @ashishpatel0720",
66
"bin": {
77
"cdt": "./bin/run"
88
},
9-
"bugs": "https://github.com//cdt/issues",
9+
"bugs": "https://github.com/codingtools/cdt/issues",
1010
"dependencies": {
1111
"@oclif/command": "^1.5.19",
1212
"@oclif/config": "^1.13.3",

0 commit comments

Comments
 (0)