Skip to content

Commit

Permalink
chore(build): remove unused var in build/version.js (#4458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeoril authored and gkatsev committed Jul 4, 2017
1 parent 39ff0f4 commit 6986dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if (tuple[0]) {
}

var sh = require('shelljs');
var version = process.env.npm_package_version;
var prereleaseType = npm_config_argv['remain'][0];
var approvedTypes = {
'major': 1,
Expand Down

0 comments on commit 6986dbb

Please sign in to comment.