Skip to content

Commit

Permalink
fix: bump nodejs version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPierne committed Jul 18, 2024
1 parent b1a89f3 commit 4a040a0
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": "node-threading-event",
"version": "1.0.2",
"version": "1.0.3",
"description": "An implementation of the threading.Event Python package",
"main": "src/index.js",
"types": "index.d.ts",
Expand All @@ -19,6 +19,6 @@
"url": "https://github.com/TheoPierne/node-threading-event/issues"
},
"engines": {
"node": ">=15.0.0"
"node": ">=16.0.0"
}
}

0 comments on commit 4a040a0

Please sign in to comment.