Skip to content

Commit 999bbc5

Browse files
committed
Add directories and 'main' to package metadata
1 parent f34e5c2 commit 999bbc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55
"version": "v0.0.1",
66
"homepage": "https://github.com/benjaminws/stomp-js",
77
"author": "Benjamin W. Smith <benjaminws@just-another.net>",
8+
"main" : "stomp-js",
89
"repository" : {
910
"type" : "git",
1011
"url" : "https://github.com/benjaminws/stomp-js"
1112
},
13+
"directories" : {
14+
"doc": "./doc",
15+
"lib": "./lib",
16+
"examples": "./examples"
17+
},
1218
"licenses" : [{
1319
"type" : "BSD",
1420
"url" : "http://github.com/benjaminws/stomp-js/raw/master/LICENSE"

0 commit comments

Comments
 (0)