1.1.2 • Published 11 months ago
my-npx-app v1.1.2
publish to npm npm login npm publish npm unpublish my-npx-app@1.0.0 // to unpublish npm info my-npx-app@1.1.1 // check information of publish npx arvind-copy Changes in package.json: "main": "src/index.mjs", "type": "module", "bin": { "arvind-copy": "./src/index.mjs" },
to check registry mentioned in .npmrc file npm config get registry to set registery npm config set registry https://registry.npmjs.org/