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

Commit 92d9a8e

Browse files
committed
remove docs from package. bump version.
1 parent 7fdffc2 commit 92d9a8e

File tree

3 files changed

+1
-162
lines changed

3 files changed

+1
-162
lines changed

doc/frame.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

doc/stomp.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 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.8",
5+
"version": "v0.0.9",
66
"homepage": "https://github.com/benjaminws/stomp-js",
77
"author": "Benjamin W. Smith <benjaminws@just-another.net>",
88
"contributors" : [ "rofflwaffls@gmail.com" ],
@@ -12,7 +12,6 @@
1212
"url" : "https://benjaminws@github.com/benjaminws/stomp-js.git"
1313
},
1414
"directories" : {
15-
"doc": "./doc",
1615
"lib": "./lib",
1716
"examples": "./examples"
1817
},

0 commit comments

Comments
 (0)