Skip to content

Commit 9057656

Browse files
authored
fix: add full filepath to main file in package.json FUI-1827 (#89)
1 parent 3bbae34 commit 9057656

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core/analyzer-import-alias-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.0.2",
44
"description": "Plugin for custom element manifest parser to handle import aliases",
55
"type": "module",
6-
"main": "./dist",
6+
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
88
"repository": {
99
"type": "git",

packages/core/cep-fast-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@genesiscommunitysuccess/cep-fast-plugin",
33
"version": "5.0.2",
44
"license": "MIT",
5-
"main": "./out",
5+
"main": "./out/index.js",
66
"description": "Plugin for @genesiscommunitysuccess/custom-elements-lsp which enables https://www.fast.design/ enhancements",
77
"keywords": [
88
"analyzer",

packages/core/custom-elements-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@genesiscommunitysuccess/custom-elements-lsp",
33
"version": "5.0.2",
44
"license": "MIT",
5-
"main": "./out/main/",
5+
"main": "./out/main/index.js",
66
"exports": {
77
".": "./out/main/index.js",
88
"./out/main/plugins/export-interface": "./out/main/plugins/export-interface.js"

0 commit comments

Comments
 (0)