Compare commits

...

3 commits

Author SHA1 Message Date
810d4a7c41 Update Readme.md 2013-11-18 21:36:52 -08:00
Sami Samhuri
4c471d3d6d 0.1.4 2011-11-05 18:59:50 -07:00
Sami Samhuri
02a6906179 fix required node version 2011-11-05 18:59:35 -07:00
2 changed files with 4 additions and 5 deletions

View file

@ -1,11 +1,10 @@
# ThePusher # ThePusher
Github post-receive hook router. Github post-receive hook router.
## Installation ## Installation
Make sure you've [got node and npm installed](https://gist.github.com/579814) and then Make sure you've [got node and npm installed](http://nodejs.org/download/) and then
run `npm i --global thepusher`. run `npm i --global thepusher`.
## Use ## Use

View file

@ -1,6 +1,6 @@
{ {
"name": "thepusher", "name": "thepusher",
"version": "0.1.3", "version": "0.1.4",
"description": "Github post-receive hook router", "description": "Github post-receive hook router",
"keywords": [ "keywords": [
"github", "github",
@ -25,7 +25,7 @@
"thepusher": "./pusher.js" "thepusher": "./pusher.js"
}, },
"engines": { "engines": {
"node": "0.4.x - 0.6.x" "node": ">=0.4.x"
}, },
"repository": { "repository": {
"type": "git", "type": "git",