From eceb0488d21df85b113f5502a405aaafaee1cf26 Mon Sep 17 00:00:00 2001 From: Steven Fitzpatrick Date: Fri, 23 Feb 2018 21:17:08 +0000 Subject: [PATCH] fix(README.md): Fix ReadMe --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5077c4a..6604be2 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The change log can found on the [releases](https://github.com/stevenfitzpatrick/ ## ✍️ Contributions -Feel free to contribute and submit pull requests. +Feel free to contribute and submit pull requests. Test ## 🔗 Links diff --git a/package.json b/package.json index 3a64ac1..386767c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "size": "node -e \"process.stdout.write('gzip size: ')\" && gzip-size src/fitzy.js", "styleguide": "styleguidist server", "styleguide:build": "styleguidist build", - "release": "npm run build && npm run test && standard-version && git push --follow-tags origin master && npm publish", + "release": "npm run build && npm run test && standard-version && git push --follow-tags && npm publish", "lint": "eslint src" }, "typings": "./lib/fitzy.d.ts",