Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iximiuz committed Jan 15, 2023
1 parent 36b2af1 commit a2e6f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diskusage-ng",
"version": "1.0.3",
"version": "1.0.4",
"description": "Get disk usage info in pure JS via OS built-in tools",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -29,6 +29,6 @@
"bugs": "https://github.com/iximiuz/node-diskusage-ng/issues",
"homepage": "https://github.com/iximiuz/node-diskusage-ng",
"engines": {
"node": ">=6.11.0"
"node": ">=8.8.0"
}
}

0 comments on commit a2e6f2d

Please sign in to comment.