From de2b907b2684953f33feaee74a85bfec7d2bd062 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Thu, 16 Jul 2020 13:55:57 +0200 Subject: [PATCH] chore: align version numbers + remove codestyle --- packages/binding-modbus/package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/binding-modbus/package.json b/packages/binding-modbus/package.json index e8345d503..19ffc8a43 100644 --- a/packages/binding-modbus/package.json +++ b/packages/binding-modbus/package.json @@ -1,6 +1,6 @@ { "name": "@node-wot/binding-modbus", - "version": "0.7.0-SNAPSHOT.7", + "version": "0.7.1", "description": "Modbus TCP client protocol binding for node-wot", "author": "Eclipse Thingweb (https://thingweb.io/)", "contributors": [ @@ -11,7 +11,6 @@ "publishConfig": { "access": "public" }, - "private": true, "files": [ "dist/" ], @@ -31,14 +30,13 @@ "typescript-standard": "^0.3.36" }, "dependencies": { - "@node-wot/core": "0.7.0-SNAPSHOT.6", - "@node-wot/td-tools": "0.7.0-SNAPSHOT.6", + "@node-wot/core": "0.7.1", + "@node-wot/td-tools": "0.7.1", "modbus-serial": "^7.8.1", - "wot-typescript-definitions": "0.7.1-SNAPSHOT.1" + "wot-typescript-definitions": "0.7.3" }, "scripts": { "build": "tsc", - "test": "mocha --require ts-node/register test/*", - "codestyle": "standard --pretty" + "test": "mocha --require ts-node/register test/*" } }