From 6109edea6e8fc535d76ff4fbf773f0f31171c6a3 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 22 May 2017 13:42:19 +0300 Subject: [PATCH] chore(release) rm " " --- bin/release.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/release.js b/bin/release.js index 8bc32836..9b8a6fe6 100755 --- a/bin/release.js +++ b/bin/release.js @@ -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)