From c3963912c6d19145e8c0ce0e4e08f5554ed1c8e5 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 8 Feb 2018 01:04:50 +0100 Subject: [PATCH] change name to fit npm requirements --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd80809..b448252 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "commonlog", + "name": "smartlog-interfaces", "version": "1.0.2", "description": "interfaces for the smartlog universe", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", - "license": "", + "license": "MIT", "scripts": { "test": "(npmts)", "format": "(gitzone format)"