Skip to content

Commit ad81c6d

Browse files
authored
Update package.json import paths for app files (#4101)
1 parent aed5157 commit ad81c6d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.changeset/sour-pets-flash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/view-components": patch
3+
---
4+
5+
Update package.json import paths for app files

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
},
1919
"./app/*": {
2020
"types": "./app/*.d.ts",
21-
"import": "./app/*.js",
22-
"default": "./app/*.js"
21+
"default": "./app/*"
2322
},
2423
"./*": "./*"
2524
},

0 commit comments

Comments
 (0)