Skip to content

Commit a137a20

Browse files
authored
Merge pull request #66 from happo/engines
Add engines property to package.json
2 parents a4c5a25 + 0736560 commit a137a20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "3.3.3",
44
"description": "Helpers for e2e integrations with Happo",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">=18"
8+
},
69
"repository": "[email protected]:happo/happo-e2e.git",
710
"author": "Henric Trotzig <[email protected]>",
811
"license": "MIT",

0 commit comments

Comments
 (0)