Skip to content

Commit

Permalink
Add pkg.engines
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 26, 2024
1 parent e1dab1b commit 91b73da
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": "bare-timers",
"version": "2.2.0",
"version": "3.0.0-0",
"description": "Native timers for Javascript",
"exports": {
".": "./index.js",
Expand Down Expand Up @@ -29,6 +29,9 @@
"url": "https://github.com/holepunchto/bare-timers/issues"
},
"homepage": "https://github.com/holepunchto/bare-timers#readme",
"engines": {
"bare": ">=1.7.0"
},
"dependencies": {
"tiny-binary-heap": "^1.1.0"
},
Expand Down

0 comments on commit 91b73da

Please sign in to comment.