Force jquery resolution to suit phraseanet

This commit is contained in:
Nicolas Le Goff
2014-02-28 15:54:43 +01:00
parent a729c63825
commit c03f654725

View File

@@ -27,7 +27,7 @@
"autobahnjs": "~0.8.0",
"when": "~2.7.0",
"web-socket-js": "~1.0.1",
"jquery.treeview" : "1.4.1",
"jquery.treeview": "1.4.1",
"jquery.tooltip": "https://github.com/meghna/jquery-tooltip.git#master"
},
"devDependencies": {
@@ -38,5 +38,8 @@
"sinon-chai": "~2.5",
"qunit": "https://github.com/jquery/qunit.git#1.11.0",
"js-fixtures": "https://github.com/badunk/js-fixtures/archive/master.zip"
},
"resolutions": {
"jquery": "1.8.3"
}
}