Skip to content

Commit

Permalink
Added nodemon as devDepedencies and update to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-zacmo committed Jan 25, 2024
1 parent bef6fc9 commit 691167a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automation3000/s7-knx",
"version": "1.0.0",
"version": "2.0.0",
"description": "S7-KNX Gateway",
"main": "index.js",
"scripts": {
Expand All @@ -16,6 +16,9 @@
"dotenv": "^16.3.2",
"knx": "^2.5.2",
"node-snap7": "^1.0.7"
},
"devDependencies" : {
"nodemon": "^3.0.3"
}

}

0 comments on commit 691167a

Please sign in to comment.