Skip to content

Add scope to package.json to make NPM happy. Doc fix.#32

Merged
thevictorlopez merged 1 commit intomainfrom
add-scope-make-npm-happy
Mar 20, 2026
Merged

Add scope to package.json to make NPM happy. Doc fix.#32
thevictorlopez merged 1 commit intomainfrom
add-scope-make-npm-happy

Conversation

@thevictorlopez
Copy link
Contributor

@thevictorlopez thevictorlopez commented Mar 20, 2026

NPM complains about the xarf name:

npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
npm error code E403
npm error 403 403 Forbidden - PUT https://registry.npmjs.org/xarf - Package name too similar to existing packages xhr,xhr2,raf,vary,arg,tar,yarn; try renaming your package to '@xarf/xarf' and publishing with 'npm publish --access=public' instead
``` 

Adding the `@xarf` scope to address this. 

@thevictorlopez thevictorlopez merged commit 648adba into main Mar 20, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants