Skip to content

Commit

Permalink
indicate node version and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan committed Mar 4, 2024
1 parent 4817906 commit cb5e033
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node-red-node-wot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thingweb/node-red-node-wot",
"version": "1.0.0",
"version": "1.0.1",
"description": "Web of Things nodes for Node-RED using node-wot",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,8 @@
"wot-server-property": "dist/wot-server-property.js",
"wot-server-action": "dist/wot-server-action.js",
"wot-server-event": "dist/wot-server-event.js"
}
},
"version":">=2.0.0"
},
"scripts": {
"build": "npm run copy:src2dist && tsc",
Expand Down

0 comments on commit cb5e033

Please sign in to comment.