Skip to content

Commit 8cbfd12

Browse files
committed
[Fix] restore engines.node from 3.0.0
Technically that‘d be `*`, but 0.10 seems practical
1 parent a13ed61 commit 8cbfd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"tape": "^4.2.0"
3737
},
3838
"engines": {
39-
"node": ">=4"
39+
"node": ">= 0.10"
4040
}
4141
}

0 commit comments

Comments
 (0)