Skip to content

Commit ff9e8a3

Browse files
committed
Add README to npm build
1 parent f107010 commit ff9e8a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
<mkdir dir="${build.npm.dir}"/>
189189
<mkdir dir="${build.npm.dir}/lib"/>
190190
<copy file="${npm.dir}/package.json" todir="${build.npm.dir}"/>
191+
<copy file="README.md" todir="${build.npm.dir}"/>
191192
<copy file="${build.dir}/${node.build.file}" todir="${build.npm.dir}/lib"/>
192193

193194
<!-- CRLF will cause Node version to break -->

0 commit comments

Comments
 (0)