We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f107010 + ff9e8a3 commit 3cbd92dCopy full SHA for 3cbd92d
build.xml
@@ -188,6 +188,7 @@
188
<mkdir dir="${build.npm.dir}"/>
189
<mkdir dir="${build.npm.dir}/lib"/>
190
<copy file="${npm.dir}/package.json" todir="${build.npm.dir}"/>
191
+ <copy file="README.md" todir="${build.npm.dir}"/>
192
<copy file="${build.dir}/${node.build.file}" todir="${build.npm.dir}/lib"/>
193
194
<!-- CRLF will cause Node version to break -->
0 commit comments