From ab9ca8f15fb311c46566a7dccee5f86fb33b0656 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 7 Jun 2018 23:14:57 +0200 Subject: [PATCH] fix(package.json): fix private property --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f609db2..da0b100 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitzone/tools", "version": "2.0.1", - "private": true, + "private": false, "description": "setup your environment with the most important tools and update them easily.", "main": "dist/index.js", "typings": "dist/index.d.ts",