From 186c8336d5b03865eea0f0d54fb212d0e8f5d0a3 Mon Sep 17 00:00:00 2001 From: Viktor Tiurin Date: Tue, 11 Dec 2018 15:17:04 +0200 Subject: [PATCH] set repository as public to enable npm publish --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99c78a9..e1ea09e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ctratder" ], "author": "Spotware Services ", - "private": true, + "private": false, "dependencies": { "hat": "0.0.3" }, @@ -49,4 +49,4 @@ "tslint": "3.15.1", "typescript": "2.3.0" } -} +} \ No newline at end of file