Compare commits

..

No commits in common. "master" and "v0.1.2" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,11 @@
# ThePusher # ThePusher
Github post-receive hook router. Github post-receive hook router.
## Installation ## Installation
Make sure you've [got node and npm installed](http://nodejs.org/download/) and then Make sure you've [got node and npm installed](https://gist.github.com/579814) 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.4", "version": "0.1.2",
"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" "node": "0.4.x || 0.5.x"
}, },
"repository": { "repository": {
"type": "git", "type": "git",