File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ tasks =[{}]
1818 # The input files (list)
1919 src =[]
2020
21- !tpl:umd-header-single .tpl.js # include a umd-header template
21+ !tpl:umd-header.tpl.js # include a umd-header template
2222
2323 ./src/Pattern.js
2424
@@ -45,10 +45,9 @@ tasks =[{}]
4545 replace =[{}]
4646
4747 "@@ROOT@@" = "this"
48- "@@EXPORTS@@" = "exports"
4948 "@@VERSION@@" = "0.1.1"
5049 "@@USE_STRICT@@" = '"use strict";'
51- "@@MODULE_NAME @@" = "Pattern"
50+ "@@MODULE @@" = "Pattern"
5251
5352 @
5453
Original file line number Diff line number Diff line change 1111 @@USE_STRICT @@
1212
1313 // http://en.wikipedia.org/wiki/String_searching_algorithm
14- var Pattern = exports [ '@@MODULE_NAME@@' ] = { VERSION : "@@VERSION@@" } , undef = undefined ;
14+ var Pattern = { VERSION : "@@VERSION@@" } , undef = undefined ;
1515
1616 /*
1717 space,
You can’t perform that action at this time.
0 commit comments