Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
agsh committed May 19, 2024
1 parent a325700 commit 3522544
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onvif",
"version": "0.7.0",
"version": "0.7.1",
"author": "Andrew D.Laptev <[email protected]>",
"description": "Client to ONVIF NVT devices Profile S: cameras",
"main": "lib/onvif.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
],
"license": "MIT",
"engines": {
"node": ">=6.0"
"node": ">=8.0"
},
"devDependencies": {
"coveralls": "^3.1.1",
Expand All @@ -64,7 +64,6 @@
"mocha": "^10.0.0",
"mocha-lcov-reporter": "^1.3.0",
"nimble": "^0.0.2",
"nyc": "^15.1.0",
"ip": "^1.1.5"
"nyc": "^15.1.0"
}
}

0 comments on commit 3522544

Please sign in to comment.