chore(docs): use fixed versions with all registered bower components

This commit is contained in:
Matias Niemelä
2014-02-16 20:27:13 -05:00
parent f8b50cd410
commit 1fb47e08a0

View File

@@ -1,12 +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",
"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",
"bootstrap": "~3.1.1"
"bootstrap": "3.1.1"
}
}