Skip to content

Commit 1cd82d6

Browse files
committed
build
1 parent 85db694 commit 1cd82d6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

dist/seajs-text-debug.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ register({
4343
var code = [
4444
'define("' + uri + '#", ["handlebars"], function(require, exports, module) {',
4545
' var source = "' + jsEscape(content) + '"',
46-
' var Handlebars = require("handlebars")',
46+
' var Handlebars = require("handlebars")["default"]',
4747
' module.exports = function(data, options) {',
4848
' options || (options = {})',
4949
' options.helpers || (options.helpers = {})',
@@ -168,5 +168,4 @@ function pure(uri) {
168168
return uri.replace(/\?.*$/, "")
169169
}
170170

171-
define("seajs/seajs-text/1.0.2/seajs-text-debug", [], {});
172-
})();
171+
})();

dist/seajs-text.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"family": "seajs",
32
"name": "seajs-text",
43
"version": "1.1.0",
54
"description": "A Sea.js plugin for loading text resources such as template, json etc",

0 commit comments

Comments
 (0)