From 7839da2cad52523d8870a7c7afdc4d2669efaff2 Mon Sep 17 00:00:00 2001 From: TheEdward162 Date: Mon, 7 Dec 2020 14:28:00 +0100 Subject: [PATCH] fix: package.json.private = false --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 092cc6e8..2c6b6102 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "repository": "git@github.com:superfaceai/cli.git", "author": "Superface Team", - "private": true, + "private": false, "bin": { "superface": "bin/superface", "sf": "bin/superface"