Commit e43101bc authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Limite explicitement à node >=12 <14.

No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -13,6 +13,10 @@
],
"author": "Guillaume Perréal <guillaume.perreal@inrae.fr>",
"license": "MIT",
"engineStrict": true,
"engines": {
"node": ">=12 <14"
},
"dependencies": {
"del": "^5.1.0",
"esm": "^3.2.25",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment