Skip to content

Commit

Permalink
[dist] Exposed main script. Bumped to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Aug 25, 2011
1 parent 5af50b0 commit 7f43516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,12 +1,13 @@
{
"name" : "http-server",
"preferGlobal": "false",
"version" : "0.2.0",
"preferGlobal": "true",
"version" : "0.2.1",
"author": "Marak Squires <marak.squires@gmail.com>",
"description" : "a simple zero-configuration command-line http server",
"bin": {
"http-server": "./bin/http-server"
},
"main": "./lib/http-server",
"repository" : {
"type" : "git",
"url" : "https://github.com/nodejitsu/http-server.git"
Expand Down

0 comments on commit 7f43516

Please sign in to comment.