Skip to content

Commit

Permalink
[meta] add missing engines.node
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 7, 2023
1 parent 6da4b86 commit e1d08a8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
"url": "https://github.com/sponsors/ljharb"
},
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"testling": {
"files": "test/*.js",
"browsers": {
Expand Down Expand Up @@ -124,12 +127,6 @@
"backfillLimit": false,
"hideCredit": true
},
"greenkeeper": {
"ignore": [
"nyc",
"semver"
]
},
"browser": {
"assert.js": false
},
Expand Down

0 comments on commit e1d08a8

Please sign in to comment.