Skip to content

Commit

Permalink
updated version; attempt to republish to fix listing in npmjs.com
Browse files Browse the repository at this point in the history
jpbaking committed Jul 10, 2018
1 parent ebdd659 commit a04b8f3
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# error-extender-1.0.1
# error-extender-1.0.2

Simplifies creation of custom `Error` classes for Node.js!

@@ -39,6 +39,9 @@ Caused by: Error: the root cause
at bootstrapNodeJSCore (internal/bootstrap/node.js:564:3)
```

### 100% Code Coverage
Oh, by the way, 100% test coverage. See for yourself (via `npm test`)!

## Features

### "Extending" Errors
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "error-extender",
"version": "1.0.1",
"version": "1.0.2",
"description": "error-extender",
"main": "main/ErrorExtender.js",
"scripts": {

0 comments on commit a04b8f3

Please sign in to comment.