fix(package.json): fix private property

This commit is contained in:
Philipp Kunz 2018-06-07 23:14:57 +02:00
parent e51e692fef
commit ab9ca8f15f

View File

@ -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",