Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1fb47e0

Browse files
committed
chore(docs): use fixed versions with all registered bower components
1 parent f8b50cd commit 1fb47e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "AngularJS",
33
"devDependencies": {
4-
"jquery": "~1.10.2",
5-
"lunr.js": "~0.4.3",
6-
"open-sans-fontface": "~1.0.4",
7-
"google-code-prettify": "~1.0.1",
4+
"jquery": "1.10.2",
5+
"lunr.js": "0.4.3",
6+
"open-sans-fontface": "1.0.4",
7+
"google-code-prettify": "1.0.1",
88
"closure-compiler": "https://closure-compiler.googlecode.com/files/compiler-20130603.zip",
99
"ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.3/assets/ng-closure-runner.zip",
10-
"bootstrap": "~3.1.1"
10+
"bootstrap": "3.1.1"
1111
}
1212
}

0 commit comments

Comments
 (0)