Skip to content

Commit

Permalink
Update onepage script
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskelly13 committed Nov 15, 2023
1 parent e678a18 commit 17092eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/one-page/scripts/one-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const getImportMap = () => {
htm: importUrl('htm', '^3'),
spectacle: USE_LOCAL
? '../../packages/spectacle/lib/index.mjs'
: importUrl('spectacle', '^10')
: 'https://esm.sh/spectacle@10?bundle'
};

Object.entries(Object.assign({}, dependencies, peerDependencies))
Expand Down

1 comment on commit 17092eb

@vercel
Copy link

@vercel vercel bot commented on 17092eb Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.