Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed May 28, 2017
1 parent d5212e8 commit 1fdfb16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyring/tcp-trasport",
"version": "0.1.0",
"version": "1.0.0",
"description": "A TCP transport for skyring service",
"main": "index.js",
"scripts": {
Expand All @@ -19,19 +19,19 @@
"node": ">= 6.0.0"
},
"repository": {
"type":"git",
"type": "git",
"url": "https://github.com/esatterwhite/skyring-tcp-transport"
},
"bugs": {
"email": "[email protected]",
"url":"https://github.com/esatterwhite/skyring-tcp-transport/issues"
"url": "https://github.com/esatterwhite/skyring-tcp-transport/issues"
},
"dependencies": {
"debug": "^2.6.8",
"generic-pool": "^3.1.7"
},
"peerDependencies": {
"skyring":">=4.2.0"
"skyring": ">=4.2.0"
},
"devDependencies": {
"skyring": "^4.2.0",
Expand Down

0 comments on commit 1fdfb16

Please sign in to comment.