From 76af3014d13b0da425713d12de8cdee581543810 Mon Sep 17 00:00:00 2001 From: Bailey Tincher Date: Thu, 29 Apr 2021 20:33:15 -0500 Subject: [PATCH] Set package to non-private --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c7ff99e..f18b3b9 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "repository": "https://github.com/actually-colab/editor", "author": "Bailey Tincher ", "license": "SEE LICENSE IN ./LICENSE", + "private": false, "scripts": { "lint": "eslint --ext .ts,.js --fix .", "format": "prettier --write \"**/*.{ts,js,json,yml,md}\"",