From 22a5bf1ed76789e5c3103511238729d555177183 Mon Sep 17 00:00:00 2001 From: losandes Date: Sat, 30 Oct 2021 14:06:24 -0400 Subject: [PATCH] fix: removes the private flag The private flag was set in the package.json by accident. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 62d87fc..a5ce671 100644 --- a/package.json +++ b/package.json @@ -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 .",