Skip to content

Commit

Permalink
add engines.node
Browse files Browse the repository at this point in the history
  • Loading branch information
fershad committed Aug 8, 2023
1 parent bf9b293 commit 68f1f75
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
Expand Up @@ -4,6 +4,9 @@
"description": "Work out the co2 of your digital services",
"main": "dist/cjs/index-node.js",
"module": "dist/esm/index.js",
"engines": {
"node": ">=14.0.0"
},
"exports": {
".": {
"import": "./dist/esm/index.js",
Expand Down Expand Up @@ -72,4 +75,4 @@
"type": "git",
"url": "https://github.com/thegreenwebfoundation/co2.js.git"
}
}
}

0 comments on commit 68f1f75

Please sign in to comment.