Skip to content

Commit

Permalink
Updated package.json with bin pointing to coderoom
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-jain-94 committed Jan 31, 2018
1 parent af3d2f9 commit 0d6e62c
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 4 deletions.
185 changes: 184 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
"name": "coderoom-gitlab",
"version": "1.0.0",
"description": "A Review Utility Tool which facilitates in code reviewing easily.",
"bin": "./bin/coderoom.js",
"bin": {
"coderoom": "./bin/coderoom.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nishant Jain",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/nishant-jain-94/coderoom"
"url": "https://github.com/nishant-jain-94/coderoom"
},
"bugs": {
"url": "https://github.com/nishant-jain-94/coderoom/issues",
"email": "nishantkumarajain@gmail.com"
"email": "nishantkumarajain@gmail.com"
},
"dependencies": {
"chalk": "^2.3.0",
Expand Down

0 comments on commit 0d6e62c

Please sign in to comment.