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

Commit d571e9b

Browse files
committed
Fix repo url. Bump version. Totally published an old version to npm due to stale local repo.
1 parent 5fb3059 commit d571e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "stomp",
33
"description": "Implementation of the STOMP protocol in node.js",
44
"keywords": [ "STOMP", "messaging", "queue", "protocol" ],
5-
"version": "v0.0.6",
5+
"version": "v0.0.7",
66
"homepage": "https://github.com/benjaminws/stomp-js",
77
"author": "Benjamin W. Smith <benjaminws@just-another.net>",
88
"contributors" : [ "rofflwaffls@gmail.com" ],
@@ -13,7 +13,7 @@
1313
},
1414
"repository" : {
1515
"type" : "git",
16-
"url" : "https://github.com/benjaminws/stomp-js"
16+
"url" : "https://benjaminws@github.com/benjaminws/stomp-js.git"
1717
},
1818
"directories" : {
1919
"doc": "./doc",

0 commit comments

Comments
 (0)