Skip to content

Commit 133c8e0

Browse files
committed
fix(build): fix main entry point path in package.json to reflect simplified directory structure
1 parent af9921e commit 133c8e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"license": "MIT",
2626
"publisher": "tpsTech",
27-
"main": "./out/src/extension.js",
27+
"main": "./out/extension.js",
2828
"scripts": {
2929
"compile": "tsc -p ./",
3030
"lint": "eslint src/**/*.ts",

0 commit comments

Comments
 (0)