Skip to content

Commit

Permalink
fix(README.md): Fix ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfitzpatrick committed Feb 23, 2018
1 parent 19f6f2d commit eceb048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eceb048

Please sign in to comment.