Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Sep 6, 2019
1 parent 0e053c9 commit d53e6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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": {
Expand All @@ -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",
Expand Down

0 comments on commit d53e6cc

Please sign in to comment.