Skip to content

Commit

Permalink
Including README and LICENSE in npm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpareja committed Jul 22, 2012
1 parent 1e06b41 commit eed3e3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jakefile
Expand Up @@ -40,6 +40,8 @@ var p = new jake.PackageTask(pckg.name, pckg.version, function () {
this.needTarGz = true;
this.packageFiles.include([
'package.json',
'LICENSE',
'README.md',
'index.js',
'test/*'
]);
Expand Down

0 comments on commit eed3e3c

Please sign in to comment.