Skip to content

Commit

Permalink
Include lib directory on package.
Browse files Browse the repository at this point in the history
  • Loading branch information
vic committed Oct 10, 2012
1 parent 1757eae commit c22134e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jakefile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ files = [
, 'README.md'
, 'package.json'
, 'index.js'
, 'lib/*'
, 'lib/**/*'
, 'etc/*'
, 'bin/*'
, 'pub/*'
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"bin": {
"tintan": "./bin/tintan"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"colors": ">=0.6.0",
"jake": ">=0.3.5",
Expand All @@ -26,4 +29,4 @@
"engines": {
"node": ">=0.8"
}
}
}

0 comments on commit c22134e

Please sign in to comment.