@jayf0x/npm-exists 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,6 @@
6
6
  [![npm downloads](https://img.shields.io/npm/dm/@jayf0x/npm-exists)](https://www.npmjs.com/package/@jayf0x/npm-exists)
7
7
  [![bundle size](https://img.shields.io/bundlephobia/minzip/@jayf0x/npm-exists)](https://bundlephobia.com/package/@jayf0x/npm-exists)
8
8
  [![license](https://img.shields.io/npm/l/@jayf0x/npm-exists)](./LICENSE)
9
- [![CI](https://github.com/jayf0x/npm-exists/actions/workflows/release.yml/badge.svg)](https://github.com/jayf0x/npm-exists/actions/workflows/release.yml)
10
9
 
11
10
  Zero dependencies. Returns the npm package URL or `false`.
12
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jayf0x/npm-exists",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Check if an npm package name is taken. Zero dependencies, uses native fetch.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",