Skip to content

Commit

Permalink
Make lib/jake.js the package main file.
Browse files Browse the repository at this point in the history
Previously if you tried o require Jake as part of other tool
`require('jake')` would fail. This commit sets lib/jake.js as
the main entry point for this package so other tools can take
advantage of using jake.
  • Loading branch information
vic authored and mde committed Mar 11, 2012
1 parent c73269a commit 589a9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bin": {
"jake": "./bin/cli.js"
},
"main": "./lib",
"main": "./lib/jake.js",
"repository": {
"type": "git",
"url": "git://github.com/mde/jake.git"
Expand All @@ -23,4 +23,4 @@
"engines": {
"node": "*"
}
}
}

0 comments on commit 589a9ca

Please sign in to comment.