Skip to content

Commit

Permalink
Set NoSpaceships Ltd to be the owner and maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwvickers committed Jun 6, 2018
1 parent e4117fe commit 755e725
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,13 +504,19 @@ Bug reports should be sent to <stephen.vickers.sv@gmail.com>.

* Document the `Socket.getSocket()` method

## Version 1.2.2 - 06/06/2018

* Set NoSpaceships Ltd to be the owner and maintainer

# Roadmap

Suggestions and requirements should be sent to <stephen.vickers.sv@gmail.com>.
Suggestions and requirements should be sent to <hello@nospaceships.com>.

# License

Copyright (c) 2013 Stephen Vickers
Copyright (c) 2018 NoSpaceships Ltd <hello@nospaceships.com>

Copyright (c) 2013 Stephen Vickers <stephen.vickers.sv@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -529,7 +535,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

# Author

Stephen Vickers <stephen.vickers.sv@gmail.com>
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "net-ping",
"version": "1.2.1",
"version": "1.2.2",
"description": "Ping and trace route to many hosts at once.",
"main": "index.js",
"directories": {
Expand All @@ -9,15 +9,19 @@
"dependencies": {
"raw-socket": "*"
},
"contributors": [
"contributors": [
{
"name": "Stephen Vickers",
"email": "stephen.vickers.sv@gmail.com"
}
"email": "stephen.vickers@nospaceships.com"
},
{
"name": "NoSpaceships Ltd",
"email": "hello@nospaceships.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/stephenwvickers/node-net-ping.git"
"url": "git://github.com/nospaceships/node-net-ping.git"
},
"keywords": [
"echo",
Expand All @@ -32,6 +36,6 @@
"traceroute",
"tracert"
],
"author": "Stephen Vickers <stephen.vickers.sv@gmail.com>",
"author": "NoSpaceships Ltd <hello@nospaceships.com>",
"license": "MIT"
}

0 comments on commit 755e725

Please sign in to comment.