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

Commit e6c6da0

Browse files
authored
setting up for publishing
1 parent 0181afb commit e6c6da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tc-submission-cli",
2+
"name": "@topcoder/topcoder-cli",
33
"version": "1.0.0",
44
"description": "A CLI tool that will be used by Topcoder members to submit their solutions on challenges.",
55
"main": "index.js",
@@ -21,7 +21,7 @@
2121
"winston": "^3.2.1"
2222
},
2323
"bin": {
24-
"tc-submission-cli": "bin/cli.js"
24+
"tc": "bin/cli.js"
2525
},
2626
"devDependencies": {
2727
"chai": "^4.2.0",

0 commit comments

Comments
 (0)