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",
|
"name": "thepusher",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Github post-receive hook router",
|
"description": "Github post-receive hook router",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"github",
|
"github",
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
],
|
],
|
||||||
"homepage": "http://samhuri.net/proj/ThePusher",
|
"homepage": "http://samhuri.net/proj/ThePusher",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"batteries": "0.4.x"
|
"batteries": "0.4.x",
|
||||||
, "optimist": "0.2.x"
|
"optimist": "0.2.x"
|
||||||
},
|
},
|
||||||
"main": "pusher",
|
"main": "pusher",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
@ -38,4 +38,4 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue