Skip to content

Commit

Permalink
Add a main file to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs authored and fictorial committed May 10, 2010
1 parent bd86792 commit 34dbb88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -28,5 +28,6 @@
"directories": { "lib": "./lib", "test": "./test" },
"os": [ "linux", "darwin" ],
"dependencies": {},
"engines": { "node": ">0.1.90" }
"engines": { "node": ">0.1.90" },
"main": "./redis-client"
}

0 comments on commit 34dbb88

Please sign in to comment.