mirror of
https://github.com/samsonjs/gitter.git
synced 2026-04-27 15:07:41 +00:00
bump version
This commit is contained in:
parent
274b6e4802
commit
b23ab2fe01
1 changed files with 6 additions and 5 deletions
11
package.json
11
package.json
|
|
@ -1,7 +1,7 @@
|
||||||
{ "name" : "gitter"
|
{ "name" : "gitter"
|
||||||
, "description" : "GitHub client (API v2), inspired by pengwynn/octopussy"
|
, "description" : "GitHub client (API v2), inspired by pengwynn/octopussy"
|
||||||
, "version" : "0.0.2"
|
, "version" : "0.0.3"
|
||||||
, "homepage" : "http://samhuri.net/node/gitter"
|
, "homepage" : "http://samhuri.net/proj/gitter"
|
||||||
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
||||||
, "repository" :
|
, "repository" :
|
||||||
{ "type" : "git"
|
{ "type" : "git"
|
||||||
|
|
@ -19,7 +19,8 @@
|
||||||
, "url" : "http://github.com/samsonjs/gitter/raw/master/LICENSE"
|
, "url" : "http://github.com/samsonjs/gitter/raw/master/LICENSE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
, "dependencies" : { "request" : "0.10.0 - 0.10.999"
|
, "dependencies" :
|
||||||
, "vows" : "0.5.0 - 0.5.999"
|
{ "request" : "0.10.0 - 0.10.999"
|
||||||
}
|
, "vows" : "0.5.0 - 0.5.999"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue