@jayf0x/npm-exists 2.0.5 → 2.0.6

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.
package/bin/npm-exists.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jayf0x/npm-exists",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
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",
@@ -52,11 +52,11 @@
52
52
  "license": "MIT",
53
53
  "repository": {
54
54
  "type": "git",
55
- "url": "git+https://github.com/jayverstraete/npm-exists.git"
55
+ "url": "git+https://github.com/jayF0x/npm-exists.git"
56
56
  },
57
- "homepage": "https://github.com/jayverstraete/npm-exists#readme",
57
+ "homepage": "https://github.com/jayF0x/npm-exists#readme",
58
58
  "bugs": {
59
- "url": "https://github.com/jayverstraete/npm-exists/issues"
59
+ "url": "https://github.com/jayF0x/npm-exists/issues"
60
60
  },
61
61
  "engines": {
62
62
  "node": ">=18"