diff --git a/bower.json b/bower.json index f58991d20..718c6d4e2 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,8 @@ "version": "0.7.2", "devDependencies": { "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x", - "otr": "0.2.7" + "otr": "0.2.7", + "requirejs-text": "~2.0.10" }, "dependencies": { "requirejs": "2.1.8", @@ -20,7 +21,8 @@ "strophe.muc": "https://raw.github.com/strophe/strophejs-plugins/02310ad1b8da2962cd05b0f4bceaecca134efed4/muc/strophe.muc.js", "otr": "0.2.7", "crypto-js": "~3.1.2", - "almond": "~0.2.6" + "almond": "~0.2.6", + "requirejs-text": "~2.0.10" }, "exportsOverride": {} }