Skip to content

Commit

Permalink
Merge pull request #13 from hckrnews/feature/auth-error
Browse files Browse the repository at this point in the history
Fix the missing file for the authentication error
  • Loading branch information
w3nl authored Oct 19, 2021
2 parents a576639 + 4215a03 commit f88d1f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/error",
"description": "Extended Errors",
"version": "0.3.0",
"version": "0.3.1",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand All @@ -20,6 +20,7 @@
"files": [
"src/index.js",
"src/app-error.js",
"src/authentication-error.js",
"src/not-found-error.js",
"src/not-implemented-error.js",
"src/server-error.js",
Expand Down

0 comments on commit f88d1f1

Please sign in to comment.