chore(release) rm " "

This commit is contained in:
coderaiser 2017-05-22 13:42:19 +03:00
parent 190b797751
commit 6109edea6e

View file

@ -2,15 +2,15 @@
'use strict';
const DIR = '../';
const Info = require(DIR + 'package');
const DIR = '../';
const Info = require(DIR + 'package');
const minor = require('minor');
const place = require('place');
const rendy = require('rendy');
const shortdate = require('shortdate');
const minor = require('minor');
const place = require('place');
const rendy = require('rendy');
const shortdate = require('shortdate');
const ERROR = Error('ERROR: version is missing. release --patch|--minor|--major');
const ERROR = Error('ERROR: version is missing. release --patch|--minor|--major');
main((error) => {
if (error)