mirror of
https://github.com/samsonjs/ThePusher.git
synced 2026-03-31 10:15:46 +00:00
Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 810d4a7c41 | |||
|
|
4c471d3d6d | ||
|
|
02a6906179 | ||
|
|
eb6226fdf1 | ||
|
|
5ee1be6c89 |
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
@ -109,4 +108,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "thepusher",
|
"name": "thepusher",
|
||||||
"version": "0.1.2",
|
"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.5.x"
|
"node": ">=0.4.x"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue