aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bosch2014-02-05 15:33:35 -0800
committerTobias Bosch2014-02-05 15:34:56 -0800
commita29bff1c98161495fb304d0195c4d2916b357686 (patch)
tree6163149fc1493002f1e2630891eae3f56cba4b55
parent95522cc11f01528b569f88a089def9acded938b4 (diff)
downloadangular.js-a29bff1c98161495fb304d0195c4d2916b357686.tar.bz2
chore(build): remove `MINERR_ASSET` from source map
The actual change happened in ng-closure-runner. The change here just includes the new version. Closes #4675
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 666a0811..d261c000 100644
--- a/bower.json
+++ b/bower.json
@@ -7,6 +7,6 @@
"components-font-awesome": "3.1.0",
"bootstrap": "https://raw.github.com/twbs/bootstrap/v2.0.2/docs/assets/bootstrap.zip",
"closure-compiler": "https://closure-compiler.googlecode.com/files/compiler-20130603.zip",
- "ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.2/assets/ng-closure-runner.zip"
+ "ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.3/assets/ng-closure-runner.zip"
}
}