From 836b6577697f29ad17e6e753dabf314db597b172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E5=AE=AE=E8=AA=A0?= Date: Sat, 20 Mar 2021 23:15:54 +0400 Subject: [PATCH] remove private registry and add license --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a6ad1d46..3ad2e07c 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,13 @@ "name": "@soramitsu/soramitsu-js-ui", "version": "0.8.1", "private": false, - "publishConfig": { - "registry": "https://nexus.iroha.tech/repository/npm-soramitsu-private/" - }, + "license": "Apache-2.0", + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ], "author": "Stefan Popov ", "main": "./lib/soramitsu-js-ui.umd.js", "module": "./lib/soramitsu-js-ui.esm.js",