Skip to content

Commit da488c5

Browse files
Fix location of 'main' in package.json
1 parent 3f50222 commit da488c5

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
@@ -17,7 +17,7 @@
1717
"Linters",
1818
"Snippets"
1919
],
20-
"main": "./out/main",
20+
"main": "./out/src/main",
2121
"scripts": {
2222
"compile": "node ./node_modules/vscode/bin/compile -p ./",
2323
"watch": "node ./node_modules/vscode/bin/compile -watch -p ./",

0 commit comments

Comments
 (0)