Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Add meself to contributers list and up'ed the minimum version of node required due to Travis Continious Integration build failures.
  • Loading branch information
zarutian committed Mar 28, 2016
1 parent 8b4148f commit fee21ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "q-connection",
"version": "0.6.1",
"version": "0.6.2",
"description": "An inter-worker asynchronous promise communication system.",
"homepage": "http://github.com/kriskowal/q-connection/",
"author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
"contributors": [
"Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
"Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com/)"
"Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com/)",
"Zarutian <zarutian@gmail.com> (http://github.com/zarutian/)"
],
"credits": [
"Mark Miller <erights@google.com>"
Expand Down Expand Up @@ -69,7 +70,7 @@
"url": "git://github.com/kriskowal/q-connection.git"
},
"engines": {
"node": ">=0.2.0",
"node": ">=0.8.0",
"jetpack": ">=0.9.0"
}
}

0 comments on commit fee21ca

Please sign in to comment.