Merge pull request #623 from pdehaan/issue-622
fix(build): Use static version numbers for bower deps lgtm. Tests all still pass. Manual testing looks good. r+ - thanks @pdehaan!
This commit is contained in:
Коммит
9c3bab18e5
28
bower.json
28
bower.json
|
@ -2,22 +2,22 @@
|
|||
"name": "fxa-content-server",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"jquery": "~1.10.2",
|
||||
"requirejs": "~2.1.9",
|
||||
"underscore": "~1.5.2",
|
||||
"backbone": "~1.1.0",
|
||||
"modernizr": "~2.7.1",
|
||||
"jquery": "1.10.2",
|
||||
"requirejs": "2.1.11",
|
||||
"underscore": "1.5.2",
|
||||
"backbone": "1.1.0",
|
||||
"modernizr": "2.7.1",
|
||||
"fxa-js-client": "https://github.com/mozilla/fxa-js-client.git#0.1.14",
|
||||
"normalize-css": "~2.1.3",
|
||||
"jquery.transit": "~0.9.9",
|
||||
"requirejs-mustache": "*",
|
||||
"mustache": "~0.7.3",
|
||||
"requirejs-text": "~2.0.10",
|
||||
"mocha": "~1.16.2",
|
||||
"chai": "~1.8.1",
|
||||
"p": "https://github.com/rkatic/p.git",
|
||||
"normalize-css": "2.1.3",
|
||||
"jquery.transit": "0.9.9",
|
||||
"requirejs-mustache": "https://github.com/jfparadis/requirejs-mustache.git#5fb8c0a3e8560526e8f9617a689e2924a8532d0a",
|
||||
"mustache": "0.7.3",
|
||||
"requirejs-text": "2.0.10",
|
||||
"mocha": "1.16.2",
|
||||
"chai": "1.8.1",
|
||||
"p": "https://github.com/rkatic/p.git#c6a451ef6080f10f9c31489c127ca3b291d0bc5a",
|
||||
"sinon": "http://sinonjs.org/releases/sinon-1.7.1.js",
|
||||
"blanket": "~1.1.5"
|
||||
"blanket": "1.1.5"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче