diff --git a/.changeset/sour-pets-flash.md b/.changeset/sour-pets-flash.md new file mode 100644 index 0000000000..f2787c13fa --- /dev/null +++ b/.changeset/sour-pets-flash.md @@ -0,0 +1,5 @@ +--- +"@primer/view-components": patch +--- + +Update package.json import paths for app files diff --git a/package.json b/package.json index 4bcccb0fa6..2f428bb21e 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ }, "./app/*": { "types": "./app/*.d.ts", - "import": "./app/*.js", - "default": "./app/*.js" + "default": "./app/*" }, "./*": "./*" },