mirror of
https://github.com/samsonjs/ThePusher.git
synced 2026-03-25 09:15:57 +00:00
version 0.1.2
This commit is contained in:
parent
51b5188a77
commit
0385161900
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thepusher",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Github post-receive hook router",
|
||||
"keywords": [
|
||||
"github",
|
||||
|
|
@ -17,8 +17,8 @@
|
|||
],
|
||||
"homepage": "http://samhuri.net/proj/ThePusher",
|
||||
"dependencies": {
|
||||
"batteries": "0.4.x"
|
||||
, "optimist": "0.2.x"
|
||||
"batteries": "0.4.x",
|
||||
"optimist": "0.2.x"
|
||||
},
|
||||
"main": "pusher",
|
||||
"bin": {
|
||||
|
|
@ -38,4 +38,4 @@
|
|||
}
|
||||
],
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue