Skip to content

Commit 9470e18

Browse files
author
Nikos M
committed
update buildtools
1 parent 5c2b4c0 commit 9470e18

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

beeld.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/Pattern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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,

0 commit comments

Comments
 (0)