Skip to content

Commit 5ecd0c2

Browse files
committed
Fix module startup error
1 parent e133ec9 commit 5ecd0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vlcplayer-node",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "A library for controlling VLC player on Raspberry PI.",
5-
"main": "lib/index.js",
5+
"main": "lib/index.mjs",
66
"scripts": {
77
"test": "mocha --timeout 30000"
88
},

0 commit comments

Comments
 (0)