Skip to content

Commit

Permalink
Bump up version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaneshSPatil committed Aug 12, 2017
1 parent 338bbc6 commit c644e05
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
2 changes: 2 additions & 0 deletions index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const path = require('path');
const program = require('commander');
const argumentHeler = require(path.resolve('app/services/argumentHelper.js'));
Expand Down
25 changes: 21 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "gocd-cli",
"version": "0.0.0",
"name": "gocd",
"version": "0.1.0",
"description": "a cli to manage GoCD",
"main": "index.js",
"contributors": [
{
"name": "Ganesh Patil",
"email": "[email protected]"
}
],
"bin": {
"gocd": "index.js"
},
"scripts": {
"lint": "./node_modules/.bin/eslint index.js app test --fix",
"spec": "./node_modules/mocha/bin/_mocha --recursive",
Expand All @@ -21,5 +29,14 @@
"mocha": "^3.5.0",
"proxyquire": "^1.8.0",
"sinon": "^3.1.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/GaneshSPatil/gocd-cli"
},
"keywords": [
"gocd",
"cli"
],
"license": "ISC"
}

0 comments on commit c644e05

Please sign in to comment.