Skip to content

Commit

Permalink
Published to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Young committed Feb 28, 2011
1 parent 2e81a7b commit 89abea1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/nodepad.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env node
var app = require('../app.js');
app.listen(3000);

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"homepage": "http://dailyjs.com",
"author": "Alex R. Young (http://alexyoung.org)",
"directories": {
"public": "./public"
},
"engines": {
"node": ">= 0.2.0"
Expand All @@ -18,6 +19,9 @@
"markdown": "0.2.0",
"stylus": "0.5.1",
"mailer": "0.4.52"
},
"bin": {
"nodepad": "bin/nodepad.js"
}
}

0 comments on commit 89abea1

Please sign in to comment.