fix version-bump.js

This commit is contained in:
brunobar79 2018-07-02 18:59:02 -04:00
parent 26e4f87ce4
commit 73b6d5ff95
1 changed files with 0 additions and 4 deletions

View File

@ -45,8 +45,4 @@ function newVersionFrom (manifest, bumpType) {
return segments.map(String).join('.')
}
function bumpManifest (manifest, bumpType) {
}
module.exports = versionBump