Skip to content

Commit

Permalink
fixed index.js exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Jun 15, 2013
1 parent 06a51e2 commit b550544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
*/
var jaxon = require(__dirname + '/jaxon');

module.exports.jaxon = jaxon;
module.exports = jaxon;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"version": "0.0.1",
"name": "jaxon",
"description": "JSON stream parser",
"description": "Jaxon is a sequential access, event-driven JSON parser developed specifically to deal with streams.",
"author": "Dan Eyles <dan@irlgaming.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit b550544

Please sign in to comment.