Skip to content

Commit

Permalink
chore(docs): use fixed versions with all registered bower components
Browse files Browse the repository at this point in the history
  • Loading branch information
matsko committed Feb 17, 2014
1 parent f8b50cd commit 1fb47e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 1fb47e0

Please sign in to comment.