Skip to content

Commit

Permalink
Export the object
Browse files Browse the repository at this point in the history
  • Loading branch information
louischatriot committed May 4, 2013
1 parent 2078e2e commit d8119ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var Datastore = require('./lib/datastore');

module.exports = Datastore;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nedb",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "tldr.io",
"email": "[email protected]"
Expand Down Expand Up @@ -33,6 +33,6 @@
"scripts": {
"test": "make test"
},
"main": "server",
"main": "index",
"licence": "MIT"
}

0 comments on commit d8119ad

Please sign in to comment.