Update package.json

Removed required engines as it seems the test are done with another lower version
This commit is contained in:
Thierry Parlier 2024-02-07 07:56:50 +04:00 committed by GitHub
parent 99d921d858
commit ff6754e26a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,8 +50,5 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"underscore": "^1.13.2"
},
"engines": {
"node": "16.20.2"
}
}