change name to fit npm requirements

This commit is contained in:
Philipp Kunz 2018-02-08 01:04:50 +01:00
parent e4be7fa1d8
commit c3963912c6

View File

@ -1,11 +1,11 @@
{ {
"name": "commonlog", "name": "smartlog-interfaces",
"version": "1.0.2", "version": "1.0.2",
"description": "interfaces for the smartlog universe", "description": "interfaces for the smartlog universe",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "", "license": "MIT",
"scripts": { "scripts": {
"test": "(npmts)", "test": "(npmts)",
"format": "(gitzone format)" "format": "(gitzone format)"