aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorMatias Niemelä2014-02-16 20:25:27 -0500
committerMatias Niemelä2014-02-16 20:25:27 -0500
commitf8b50cd410bbd68daecf26e697dcd577e2f15cf6 (patch)
tree6de3d08ff6e3863cc385a0494722d57f5786f573 /bower.json
parent1de7411c8bff2bf2c3d8dab40c4d6a5ad247084b (diff)
downloadangular.js-f8b50cd410bbd68daecf26e697dcd577e2f15cf6.tar.bz2
chore(docs): replace local bootstrap build with one from bower
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index a533cc02..3dd929f3 100644
--- a/bower.json
+++ b/bower.json
@@ -1,13 +1,12 @@
{
"name": "AngularJS",
"devDependencies": {
-
"jquery": "~1.10.2",
"lunr.js": "~0.4.3",
"open-sans-fontface": "~1.0.4",
"google-code-prettify": "~1.0.1",
-
"closure-compiler": "https://closure-compiler.googlecode.com/files/compiler-20130603.zip",
- "ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.3/assets/ng-closure-runner.zip"
+ "ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.3/assets/ng-closure-runner.zip",
+ "bootstrap": "~3.1.1"
}
}