manage-version
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -64,3 +64,4 @@ const { compose, find, forEach, pluck, contains, when, isNil, toLower } = require('ramda'); | ||
branch: opt.branch, | ||
number: opt.pull_request, | ||
repo: opt.repo, | ||
number: opt.number, | ||
github: GitHubApi() | ||
@@ -67,0 +68,0 @@ } |
{ | ||
"name": "manage-version", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Node command line tool for updating package.json version", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7125
154