File tree 3 files changed +3
-3
lines changed
analyzer-import-alias-plugin 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 5.0.2" ,
4
4
"description" : " Plugin for custom element manifest parser to handle import aliases" ,
5
5
"type" : " module" ,
6
- "main" : " ./dist" ,
6
+ "main" : " ./dist/index.js " ,
7
7
"types" : " ./dist/index.d.ts" ,
8
8
"repository" : {
9
9
"type" : " git" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @genesiscommunitysuccess/cep-fast-plugin" ,
3
3
"version" : " 5.0.2" ,
4
4
"license" : " MIT" ,
5
- "main" : " ./out" ,
5
+ "main" : " ./out/index.js " ,
6
6
"description" : " Plugin for @genesiscommunitysuccess/custom-elements-lsp which enables https://www.fast.design/ enhancements" ,
7
7
"keywords" : [
8
8
" analyzer" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @genesiscommunitysuccess/custom-elements-lsp" ,
3
3
"version" : " 5.0.2" ,
4
4
"license" : " MIT" ,
5
- "main" : " ./out/main/" ,
5
+ "main" : " ./out/main/index.js " ,
6
6
"exports" : {
7
7
"." : " ./out/main/index.js" ,
8
8
"./out/main/plugins/export-interface" : " ./out/main/plugins/export-interface.js"
You can’t perform that action at this time.
0 commit comments