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

Commit 2e9286a

Browse files
committed
fix entry point
1 parent e24c78e commit 2e9286a

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
@@ -2,7 +2,7 @@
22
"name": "autoit-advanced-descriptor",
33
"version": "1.0.0",
44
"description": "Generate AutoIT advanced window descriptions according to https://www.autoitscript.com/autoit3/docs/intro/windowsadvanced.htm",
5-
"main": "index.js",
5+
"main": "lib/js/index.js",
66
"repository": "git+https://github.com/schubev/autoit-advanced-descriptor",
77
"scripts": {
88
"bsb:make": "bsb -make-world",

0 commit comments

Comments
 (0)