Skip to content

Commit

Permalink
changed package.json to use main:index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
prgsmall committed Apr 23, 2012
1 parent f00c758 commit 1a3a1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name" : "acequia"
, "version" : "0.1.0"
, "description":"Message router for node supporting multiple protocols"
, "main": "server.js"
, "main": "index.js"
, "preferGlobal": "true"
, "directories": {"lib": "./lib" }
, "scripts": { "start": "node ." }
Expand Down

0 comments on commit 1a3a1d2

Please sign in to comment.