Skip to content

Commit

Permalink
Fix package.json path for Ant
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Mar 29, 2013
1 parent b1ac141 commit 385f7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -186,7 +186,7 @@

<mkdir dir="${build.npm.dir}"/>
<mkdir dir="${build.npm.dir}/lib"/>
<copy file="${npm.dir}/package.json" todir="${build.npm.dir}"/>
<copy file="package.json" todir="${build.npm.dir}"/>
<concat destfile="${build.npm.dir}/cli.js" fixlastline="true">
<header trimleading="yes">#!/usr/bin/env node
/* Build time: ${RIGHT_NOW} */
Expand Down

0 comments on commit 385f7c9

Please sign in to comment.