Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Also specify "engines" field
  • Loading branch information
myndzi committed Nov 19, 2024
1 parent 789cfe2 commit f2b575d
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": "wtfnode",
"version": "0.9.3",
"version": "0.9.4",
"description": "Utility to help find out why Node isn't exiting",
"repository": {
"type": "git",
Expand All @@ -25,5 +25,8 @@
"devDependencies": {
"coffeescript": "^2.5.1",
"source-map-support": "^0.5.19"
},
"engines": {
"node": ">=0.10.0"
}
}

0 comments on commit f2b575d

Please sign in to comment.