Skip to content

Commit

Permalink
fix(hanko-js): correct cdn script location (teamhanko#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-m authored Jul 7, 2022
1 parent 4df1d60 commit e81c183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hanko-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import "@teamhanko/hanko-elements/hanko-auth"
With a script tag via CDN:

```html
<script type="module" src="https://unpkg.com/hanko-elements/dist/element.hanko-auth.js">
<script type="module" src="https://unpkg.com/@teamhanko/hanko-elements/dist/element.hanko-auth.js">
```
### Markup
Expand Down
2 changes: 1 addition & 1 deletion hanko-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamhanko/hanko-elements",
"version": "0.0.2-alpha",
"version": "0.0.3-alpha",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e81c183

Please sign in to comment.