Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-maps): bring ui-maps into alignment with ui-co…
Browse files Browse the repository at this point in the history
…re for nuxt imports
  • Loading branch information
jeffdowdle committed May 13, 2024
1 parent b2ac648 commit 730888c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ripple-ui-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"exports": {
".": "./dist/index.js",
"./vue": "./dist/rpl-lib.es.js",
"./nuxt": "./dist/nuxt/index.js",
"./plugin": "./dist/plugins/register.js",
"./nuxt": "./src/nuxt/index.ts",
"./plugin": "./src/plugins/register.ts",
"./style": "./dist/global.css",
"./style/breakpoints": "./src/styles/_breakpoints.css",
"./style/components": "./dist/style.css"
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-ui-maps/src/nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default <any>defineNuxtModule({
addImportsDir(resolve('./runtime/utils'))

addPlugin({
src: resolve('./runtime/plugin.js'),
src: resolve('./runtime/plugin.ts'),
mode: 'client'
})
// Adds Ripple UI Maps global styles
Expand Down

0 comments on commit 730888c

Please sign in to comment.