Skip to content

Commit

Permalink
Fix UMD build
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodevx committed Feb 9, 2022
1 parent 310438d commit d18f639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@zerodevx/navaid",
"version": "1.2.0-fork.1",
"version": "1.2.0-fork.2",
"umd:name": "navaid",
"repository": "zerodevx/navaid",
"description": "A navigation aid (aka, router) for the browser in 865 bytes~!",
"unpkg": "dist/navaid.min.js",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ var x = e.composedPath, x = e.path || x && x() || [e.target], x = x[0].closest('
| Package | Version | Size |
|-----------|---------------|-----------|
| Original | v1.2.0 | 909 bytes |
| Forked | v1.2.0-fork.1 | 934 bytes |
| Forked | v1.2.0-fork.2 | 934 bytes |

Demo: https://plnkr.co/edit/P3CcbfaMI5hQO8xj
Demo: https://zerodevx.github.io/navaid/

#### Install with NPM

Expand Down

0 comments on commit d18f639

Please sign in to comment.