瀏覽代碼

Get latest requirejs/text version.

https://github.com/requirejs/text/issues/122
JC Brand 8 年之前
父節點
當前提交
1e07767ab1
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      config.js
  2. 3 3
      package.json

+ 1 - 1
config.js

@@ -38,7 +38,7 @@ require.config({
         "strophe.ping":             "src/strophe.ping",
         "strophe.ping":             "src/strophe.ping",
         "strophe.rsm":              "components/strophejs-plugins/rsm/strophe.rsm",
         "strophe.rsm":              "components/strophejs-plugins/rsm/strophe.rsm",
         "strophe.vcard":            "src/strophe.vcard",
         "strophe.vcard":            "src/strophe.vcard",
-        "text":                     "node_modules/requirejs-text/text",
+        "text":                     "node_modules/text/text",
         "tpl":                      "node_modules/requirejs-undertemplate/tpl",
         "tpl":                      "node_modules/requirejs-undertemplate/tpl",
         "typeahead":                "components/typeahead.js/index",
         "typeahead":                "components/typeahead.js/index",
         "underscore":               "node_modules/underscore/underscore",
         "underscore":               "node_modules/underscore/underscore",

+ 3 - 3
package.json

@@ -45,7 +45,9 @@
     "phantom-jasmine": "0.1.8",
     "phantom-jasmine": "0.1.8",
     "phantomjs": "~1.9.7-1",
     "phantomjs": "~1.9.7-1",
     "po2json": "^0.4.4",
     "po2json": "^0.4.4",
-    "requirejs": "2.3.2"
+    "requirejs": "2.3.2",
+    "requirejs-undertemplate": "~0.0.4",
+    "text": "requirejs/text#2.0.14"
   },
   },
   "dependencies": {
   "dependencies": {
     "almond": "~0.3.1",
     "almond": "~0.3.1",
@@ -59,8 +61,6 @@
     "moment": "~2.13.0",
     "moment": "~2.13.0",
     "otr": "0.2.16",
     "otr": "0.2.16",
     "pluggable.js": "0.0.2",
     "pluggable.js": "0.0.2",
-    "requirejs-undertemplate": "~0.0.4",
-    "requirejs-text": "~2.0.12",
     "strophe.js": "1.2.8",
     "strophe.js": "1.2.8",
     "underscore": "~1.8.3"
     "underscore": "~1.8.3"
   }
   }