Skip to content

Commit

Permalink
break: remove "unpkg" entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jun 8, 2022
1 parent ee4cf22 commit 43f5e28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"./package.json": "./package.json"
},
"module": "dist/index.mjs",
"unpkg": "dist/index.min.js",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Additionally, this module is delivered as:

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

## Install

Expand Down

0 comments on commit 43f5e28

Please sign in to comment.