From 43f5e2842381b317d2fb07746729dbbe5248d896 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Wed, 8 Jun 2022 10:11:04 -0700 Subject: [PATCH] break: remove "unpkg" entry --- package.json | 1 - readme.md | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 97d9f27..0476ca3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index fa60cd1..c906796 100644 --- a/readme.md +++ b/readme.md @@ -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