Skip to content

Commit

Permalink
Move to version 1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Koshak <[email protected]>
  • Loading branch information
rkoshak committed Aug 30, 2022
1 parent f3c4729 commit dfcb986
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "openhab_rules_tools",
"version": "1.1.0",
"description": "Functions and classes to make writing openHAB rules in JS Scripting easier.",
"private": false,
"license": "EPL-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rkoshak/openhab-rules-tools.git#main"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openHAB",
"JSScripting"
],
"author": "Richard Koshak",
"bugs": {
"url": "https://github.com/rkoshak/openhab-rules-tools/issues"
}
"name": "openhab_rules_tools",
"version": "1.1.2",
"description": "Functions and classes to make writing openHAB rules in JS Scripting easier.",
"private": false,
"license": "EPL-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rkoshak/openhab-rules-tools.git#main"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openHAB",
"JSScripting"
],
"author": "Richard Koshak",
"bugs": {
"url": "https://github.com/rkoshak/openhab-rules-tools/issues"
}
}

0 comments on commit dfcb986

Please sign in to comment.