We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a81a38 commit c66f833Copy full SHA for c66f833
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "irc-socket-sasl",
3
- "version": "4.1.0",
+ "version": "4.1.1",
4
"description": "Simple IRC Socket with SSL and SASL support, for usage with IRC libraries. Forked from irc-socket.",
5
"main": "irc-socket.js",
6
"private": false,
@@ -12,12 +12,12 @@
12
"irc",
13
"socket"
14
],
15
- "author": "Nick Jennings <nick@silverbucket.net> (https://silverbucket.net)",
+ "author": "Ryan S. Scheel (havvy)",
16
"contributors": [
17
"Ryan S. Scheel (havvy)",
18
"Ricki Hastings <ricki@ircanywhere.com> (http://ircanywhere.com)",
19
"Fionn Kelleher <me@fionn.co> (http://fionn.co)",
20
- "Ryan S. Scheel (havvy)"
+ "Nick Jennings <nick@silverbucket.net> (https://silverbucket.net)"
21
22
"license": "ISC",
23
"devDependencies": {
0 commit comments