Skip to content

Commit 586ca73

Browse files
committed
Make the exported npm library "use strict".
1 parent 76767d6 commit 586ca73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@
179179
<target name="build.node">
180180

181181
<concat destfile="${build.dir}/${node.build.file}" fixlastline="true">
182+
<header trimleading="yes">
183+
"use strict";
184+
</header>
182185
<filelist dir="${build.dir}" files="${core.build.file}, ${css.build.file}"/>
183186
<footer trimleading="yes">
184187
(function(){

0 commit comments

Comments
 (0)