Skip to content

Commit

Permalink
add main section so it works with the latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Feb 21, 2011
1 parent 91f422e commit e5c555a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "supermarket",
"version": "1.1.1",
"version": "1.1.2",
"description": "A key/value store based on sqlite for node.js",
"main": "./lib/supermarket.js",
"modules" : {
"index" : "./lib/supermarket.js"
},
Expand Down

0 comments on commit e5c555a

Please sign in to comment.