Skip to content

Commit

Permalink
Merge pull request #3 from robertoachar/development
Browse files Browse the repository at this point in the history
Fixing npm badge
  • Loading branch information
robertoachar committed Aug 28, 2017
2 parents d9d9343 + 9f30133 commit 32daccf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1

* Fixing npm badge

## 1.0.0

* Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ Sending coverage results to Coveralls.io | `npm run coveralls`
[coveralls-badge]: https://coveralls.io/repos/github/robertoachar/whoops/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/robertoachar/whoops?branch=master

[npm-badge]: https://img.shields.io/npm/v/whoops.svg
[npm-url]: https://www.npmjs.com/package/whoops
[npm-badge]: https://img.shields.io/npm/v/@robertoachar/whoops.svg
[npm-url]: https://www.npmjs.com/package/@robertoachar/whoops

[license-badge]: https://img.shields.io/github/license/robertoachar/whoops.svg
[license-url]: https://opensource.org/licenses/MIT
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robertoachar/whoops",
"version": "1.0.0",
"version": "1.0.1",
"description": "An express middleware validator.",
"author": "Roberto Achar <robertoachar@gmail.com>",
"homepage": "https://github.com/robertoachar/whoops#readme",
Expand Down

0 comments on commit 32daccf

Please sign in to comment.