Skip to content

Commit

Permalink
chore: fix unpkg links
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jul 4, 2020
1 parent f14dea6 commit 04c7f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Unlike a "shallow copy" (eg, `Object.assign`), a "deep clone" recursively traver

Additionally, this module is delivered as:

* **ES Module**: [`dist/klona.mjs`](https://unpkg.com/klona/dist/klona.mjs)
* **CommonJS**: [`dist/klona.js`](https://unpkg.com/klona/dist/klona.js)
* **ES Module**: [`dist/index.mjs`](https://unpkg.com/klona/dist/index.mjs)
* **CommonJS**: [`dist/index.js`](https://unpkg.com/klona/dist/index.js)
* **UMD**: [`dist/klona.min.js`](https://unpkg.com/klona)

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

0 comments on commit 04c7f5a

Please sign in to comment.