Skip to content

Commit

Permalink
chore: align version numbers
Browse files Browse the repository at this point in the history
+ remove codestyle
  • Loading branch information
danielpeintner committed Jul 16, 2020
1 parent a443731 commit de2b907
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/binding-modbus/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://thingweb.io/)",
"contributors": [
Expand All @@ -11,7 +11,6 @@
"publishConfig": {
"access": "public"
},
"private": true,
"files": [
"dist/"
],
Expand All @@ -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/*"
}
}

0 comments on commit de2b907

Please sign in to comment.