diff --git a/package.json b/package.json index 9b638fa..2df98d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optioner", - "version": "4.1.0", + "version": "4.1.1", "description": "Process and validate options for your module.", "main": "optioner.js", "scripts": { @@ -9,7 +9,7 @@ "prettier": "prettier --write *.js lib/*.js test/*.js", "clean": "rm -rf node_modules package-lock.json yarn.lock", "repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;", - "repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish --access public" + "repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish --access public --registry registry.npmjs.org" }, "repository": { "type": "git",