Skip to content

Commit

Permalink
Move types condition to the front of the `addons/use-notification-c…
Browse files Browse the repository at this point in the history
…enter` entry
  • Loading branch information
Andarist authored and fkhadra committed May 14, 2023
1 parent 97d9afc commit 378afe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@
"./package.json": "./package.json",
"./scss/": "./scss/",
"./addons/use-notification-center": {
"types": "./addons/use-notification-center/index.d.ts",
"require": "./addons/use-notification-center/index.js",
"import": "./addons/use-notification-center/index.esm.mjs",
"types": "./addons/use-notification-center/index.d.ts"
"import": "./addons/use-notification-center/index.esm.mjs"
}
}
}

0 comments on commit 378afe6

Please sign in to comment.