Skip to content

Commit 04c7f5a

Browse files
committed
chore: fix unpkg links
1 parent f14dea6 commit 04c7f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Unlike a "shallow copy" (eg, `Object.assign`), a "deep clone" recursively traver
3131

3232
Additionally, this module is delivered as:
3333

34-
* **ES Module**: [`dist/klona.mjs`](https://unpkg.com/klona/dist/klona.mjs)
35-
* **CommonJS**: [`dist/klona.js`](https://unpkg.com/klona/dist/klona.js)
34+
* **ES Module**: [`dist/index.mjs`](https://unpkg.com/klona/dist/index.mjs)
35+
* **CommonJS**: [`dist/index.js`](https://unpkg.com/klona/dist/index.js)
3636
* **UMD**: [`dist/klona.min.js`](https://unpkg.com/klona)
3737

3838
> **Why "klona"?** It's "clone" in Swedish.<br>

0 commit comments

Comments
 (0)