Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-zacmo committed Aug 27, 2024
1 parent 7d3fbbb commit ecbd64b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@automation3000/s7-knx",
"version": "2.0.2",
"version": "2.1.0",
"description": "S7-KNX Gateway",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev" : "nodemon src/index.js",
"dev": "nodemon src/index.js",
"start": "node src/index.js",
"watch": "nodemon src/index.js",
"vminor": "npm version minor && git push && git push --tags",
Expand All @@ -16,7 +16,6 @@
"license": "MIT",
"dependencies": {
"async-exit-hook": "^2.0.1",

"debug": "^4.3.6",
"dotenv": "^16.4.1",
"express": "^4.19.2",
Expand Down

0 comments on commit ecbd64b

Please sign in to comment.