aboutsummaryrefslogtreecommitdiffstats
path: root/lib/grunt/utils.js
diff options
context:
space:
mode:
authorTobias Bosch2014-03-12 15:19:48 -0700
committerTobias Bosch2014-03-12 17:33:52 -0700
commit809d47ec7731050077063ec97511d38dca99954e (patch)
treefa0e92cd9c0bc8f1b530471265d7fb97f6c1dbf9 /lib/grunt/utils.js
parentf3444d495dc82e5a5877db34ebdbd9a0bbcc2067 (diff)
downloadangular.js-809d47ec7731050077063ec97511d38dca99954e.tar.bz2
chore(version-info): use remote tags and increment patch version
Diffstat (limited to 'lib/grunt/utils.js')
-rw-r--r--lib/grunt/utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js
index 59b78381..b25a4555 100644
--- a/lib/grunt/utils.js
+++ b/lib/grunt/utils.js
@@ -4,7 +4,6 @@ var shell = require('shelljs');
var grunt = require('grunt');
var spawn = require('child_process').spawn;
var semver = require('semver');
-var versionInfo = require('../versions/version-info');
var _ = require('lodash');