Skip to content

Commit

Permalink
Package update - main path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yojimbo87 committed Dec 5, 2011
1 parent 71f461f commit eda45fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "minotaur",
"version": "v0.2.0",
"version": "v0.2.1",
"description": "Cross browser, long poll server using JSONP communication with clients.",
"keywords": ["long poll", "server", "jsonp"],
"homepage" : "https://github.com/yojimbo87/minotaur",
Expand All @@ -13,5 +13,5 @@
"type" : "git",
"url" : "git://github.com/yojimbo87/minotaur.git"
},
"main": "lib/server/minotaur"
"main": "./lib/server/minotaur"
}

0 comments on commit eda45fb

Please sign in to comment.