Skip to content

Commit 5718717

Browse files
committed
fix: main entry
1 parent ea66bfa commit 5718717

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
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/zjffun/vscode-snippets-manager.git"
2424
},
2525
"publisher": "zjffun",
26-
"main": "./out/extension.js",
26+
"main": "./dist/extension.js",
2727
"browser": "./dist/web/extension.js",
2828
"scripts": {
2929
"_vscode:reinstall": "yarn run _vscode:uninstall; yarn run _vscode:pack && yarn run _vscode:install",

0 commit comments

Comments
 (0)