Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d753f52

Browse files
Merge branch 'master' into develop
2 parents bfb2b49 + 31d11f2 commit d753f52

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
topcoder-cli
22
===
33

4+
#### Build Status:
5+
[![CircleCI](https://circleci.com/gh/topcoder-platform/topcoder-cli/tree/master.svg?style=svg)](https://circleci.com/gh/topcoder-platform/topcoder-cli/tree/master) ![npm (tag)](https://img.shields.io/npm/v/@topcoder/topcoder-cli/latest.svg?style=plastic) ![GitHub issues](https://img.shields.io/github/issues/topcoder-platform/topcoder-cli.svg?style=plastic)
6+
47
# Installation
58

69
- Install the package via npm-cli:

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@topcoder/topcoder-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "A CLI tool that will be used by Topcoder members to submit their solutions on challenges.",
55
"main": "index.js",
66
"scripts": {
@@ -27,6 +27,12 @@
2727
"type": "git",
2828
"url": "git+ssh://[email protected]/topcoder-platform/topcoder-cli.git"
2929
},
30+
"author": "lazybaer",
31+
"license": "ISC",
32+
"bugs": {
33+
"url": "https://github.com/topcoder-platform/topcoder-cli/issues"
34+
},
35+
"homepage": "https://topcoder-platform.github.io/topcoder-cli/",
3036
"devDependencies": {
3137
"chai": "^4.2.0",
3238
"mocha": "^6.1.4",

0 commit comments

Comments
 (0)