Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Commit 7e61ba5

Browse files
committed
Add rofflwaffls as contributor, thanks!
1 parent 497e742 commit 7e61ba5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ See examples/stomp-producer.js
2626
### Producer with Transaction Support
2727

2828
See examples/stomp-producer-txn.js
29+
30+
### Contributors
31+
32+
rofflwaffls@gmail.com

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name" : "stomp",
33
"description": "Implementation of the STOMP protocol in node.js",
44
"keywords": [ "STOMP", "messaging", "queue", "protocol" ],
5-
"version": "v0.0.3",
5+
"version": "v0.0.4",
66
"homepage": "https://github.com/benjaminws/stomp-js",
77
"author": "Benjamin W. Smith <benjaminws@just-another.net>",
8+
"contributors" : [ "rofflwaffls@gmail.com" ],
89
"main" : "lib/stomp",
910
"modules": {
1011
"stomp": "./lib/stomp",

0 commit comments

Comments
 (0)