From 66012a57c841be211ffcc750ef0a33d8eb4910d0 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 16 Nov 2022 10:21:38 -0500 Subject: [PATCH] remove unused properties; #1007 --- docs/resources/changelog.md | 1 + package.json | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 3216a8058..6f1c0bc63 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -25,6 +25,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Added the `handle-icon` part to `` - Added `caret`, `check`, `grip-vertical`, `indeterminate`, and `radio` icons to the system library and removed `check-lg` [#985](https://github.com/shoelace-style/shoelace/issues/985) - Added the `loading` attribute to `` to allow lazy loading of image avatars [#1006](https://github.com/shoelace-style/shoelace/pull/1006) +- Added `exports` to `package.json` and removed the `main` and `module` properties [#1007](https://github.com/shoelace-style/shoelace/pull/1007) - Fixed a bug in `` that prevented the border radius to apply correctly to the header [#934](https://github.com/shoelace-style/shoelace/pull/934) - Fixed a bug in `` where the inner border disappeared on focus [#980](https://github.com/shoelace-style/shoelace/pull/980) - Fixed a bug that caused prefix/suffix animations in `` to wobble [#996](https://github.com/shoelace-style/shoelace/issues/996) diff --git a/package.json b/package.json index 3be48dc4a..fd99a19b4 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,6 @@ "homepage": "https://github.com/shoelace-style/shoelace", "author": "Cory LaViska", "license": "MIT", - "main": "dist/shoelace.js", - "module": "dist/shoelace.js", "customElements": "dist/custom-elements.json", "web-types": "dist/web-types.json", "type": "module",