Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 99c9c16

Browse files
committed
fix(Exports): Change main to dist/ so its recognized by browserify
1 parent 1c5d82e commit 99c9c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "post-robot",
33
"version": "1.0.16",
44
"description": "Simple postMessage based server.",
5-
"main": "index.js",
5+
"main": "dist/post-robot.min.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

0 commit comments

Comments
 (0)