Skip to content

Commit 385f7c9

Browse files
committed
Fix package.json path for Ant
1 parent b1ac141 commit 385f7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
<mkdir dir="${build.npm.dir}"/>
188188
<mkdir dir="${build.npm.dir}/lib"/>
189-
<copy file="${npm.dir}/package.json" todir="${build.npm.dir}"/>
189+
<copy file="package.json" todir="${build.npm.dir}"/>
190190
<concat destfile="${build.npm.dir}/cli.js" fixlastline="true">
191191
<header trimleading="yes">#!/usr/bin/env node
192192
/* Build time: ${RIGHT_NOW} */

0 commit comments

Comments
 (0)