aboutsummaryrefslogtreecommitdiffstats
path: root/lib/grunt
diff options
context:
space:
mode:
authorTobias Bosch2014-03-12 15:19:48 -0700
committerTobias Bosch2014-03-12 15:19:48 -0700
commitfe0e434a87be433bce69b46031b3ef2c379ce353 (patch)
tree7a77d399c8d70f3a266e7b6299da497f01623a81 /lib/grunt
parentedad4e63dff0ca0b19a264fc17e8b6a5315dfb04 (diff)
downloadangular.js-fe0e434a87be433bce69b46031b3ef2c379ce353.tar.bz2
chore(version-info): use remote tags and increment patch version
Diffstat (limited to 'lib/grunt')
-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');