Commit ad4d959d authored by JC Brand's avatar JC Brand

Use my fork of requirejs-tpl since jfparadis isn't merging my changes

parent 909f7850
......@@ -5,7 +5,7 @@
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
"otr": "0.2.7",
"requirejs-text": "~2.0.10",
"requirejs-tpl-jfparadis": "*"
"requirejs-tpl-jcbrand": "*"
},
"dependencies": {
"requirejs": "2.1.8",
......@@ -24,7 +24,7 @@
"crypto-js-evanvosberg": "~3.1.2",
"almond": "~0.2.6",
"requirejs-text": "~2.0.10",
"requirejs-tpl-jfparadis": "*"
"requirejs-tpl-jcbrand": "*"
},
"exportsOverride": {}
}
......@@ -7,7 +7,7 @@ config = {
"backbone": "components/backbone/backbone",
"backbone.localStorage": "components/backbone.localStorage/backbone.localStorage",
"text": 'components/requirejs-text/text',
"tpl": 'components/requirejs-tpl-jfparadis/tpl',
"tpl": 'components/requirejs-tpl-jcbrand/tpl',
"converse-templates": "src/templates",
"strophe": "components/strophe/strophe",
"strophe.muc": "components/strophe.muc/index",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment