Skip to content

Commit

Permalink
Updating npm to match github versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoshak authored Jan 28, 2022
1 parent dd286af commit 43592d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "openhab_rules_tools",
"version": "1.0.10",
"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#npm-refactor"
"url": "git+https://github.com/rkoshak/openhab-rules-tools.git#main"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -21,4 +21,4 @@
"url": "https://github.com/rkoshak/openhab-rules-tools/issues"
}
}


0 comments on commit 43592d0

Please sign in to comment.