Skip to content

Commit

Permalink
Merge pull request #77 from vishwanatharondekar/package-json-update
Browse files Browse the repository at this point in the history
Update package json with details
  • Loading branch information
vishwanatharondekar committed Jun 19, 2019
2 parents 39ca7b0 + d2c36ed commit 3f104ca
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions package.json
@@ -1,12 +1,31 @@
{
"name": "git-lab-cli",
"version": "2.0.4",
"description": "",
"version": "2.0.5",
"repository" : "https://github.com/vishwanatharondekar/gitlab-cli",
"description": "Create a merge request from command line in gitlab",
"keywords" : [
"cli",
"gitlab",
"gitlab-cli",
"git",
"command-line",
"cli-utilities",
"cli-utility",
"github",
"javascript",
"command-line-tool",
"commandline",
"utility",
"utilities",
"nodejs",
"merge-request",
"merge-req"
],
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"author": "Vishwanath Arondekar <vishwanatharondekar@gmail.com> https://github.com/vishwanatharondekar",
"license": "MIT",
"bin": {
"gitlab-cli": "index.js",
Expand Down

0 comments on commit 3f104ca

Please sign in to comment.