diff --git a/bower.json b/bower.json index 3dd929f38a0b..a369d4174dad 100644 --- a/bower.json +++ b/bower.json @@ -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" } }