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

Commit 213331d

Browse files
committed
Fix path to resolve module.
1 parent 924311d commit 213331d

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,10 +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.1",
5+
"version": "v0.0.2",
66
"homepage": "https://github.com/benjaminws/stomp-js",
77
"author": "Benjamin W. Smith <benjaminws@just-another.net>",
8-
"main" : "stomp",
8+
"main" : "lib/stomp",
99
"modules": {
1010
"stomp": "./lib/stomp",
1111
"frame": "./lib/frame"

0 commit comments

Comments
 (0)