Skip to content

Commit

Permalink
fix: removes the private flag
Browse files Browse the repository at this point in the history
The private flag was set in the package.json by accident.
  • Loading branch information
losandes committed Oct 30, 2021
1 parent d10bc1c commit 22a5bf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@robotsandpencils/koa-errors",
"version": "0.1.1",
"description": "Error handler middleware for koa",
"private": true,
"main": "index.js",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 22a5bf1

Please sign in to comment.