Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit 934e6bb

Browse files
committed
set main to dist
1 parent 51cec18 commit 934e6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Websocket handler for Vue.js",
55
"homepage": "https://github.com/icebob/vue-websocket",
6-
"main": "src/index.js",
6+
"main": "dist/vue-websocket.js",
77
"scripts": {
88
"_prebuild": "npm run test",
99
"build": "webpack --progress --config webpack.build.config.js",

0 commit comments

Comments
 (0)