Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
predrags committed Nov 6, 2019
1 parent 357c7d1 commit 248ae59
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 993 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

const commander = require("commander");

const packageJson = require('./package.json');
commander
.version("0.1.2")
.version(packageJson.version)
.option("", "")
.option("-l, --pull", "Execute git pull recursively in all subfolders", false)
.option("-c, --commit", "Execute git commit recursively in all subfolders", false)
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitterjs",
"version": "0.2.2",
"version": "0.2.3",
"description": "Little git helper",
"homepage": "https://github.com/cope/gitterjs#readme",
"author": "Predrag Stojadinovic <[email protected]>",
Expand All @@ -26,17 +26,17 @@
"gitter": "index.js"
},
"dependencies": {
"bluebird": "^3.5.1",
"commander": "^2.17.1",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"bluebird": "^3.7.1",
"commander": "^4.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-cmd": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"sonarjs": "^1.0.0"
}
}
}
Loading

0 comments on commit 248ae59

Please sign in to comment.