1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-23 21:44:19 +00:00

↪ Prevent npm install from working on node != 16

This commit is contained in:
Steffo 2021-05-22 02:26:51 +02:00
parent 6f02c6e3a3
commit 7a6e72c830
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 6 additions and 0 deletions

3
package-lock.json generated
View file

@ -37,6 +37,9 @@
"jsdoc": "^3.6.6",
"react-app-rewired": "^2.1.8",
"react-docgen": "^5.3.1"
},
"engines": {
"node": "^16"
}
},
"node_modules/@babel/code-frame": {

View file

@ -2,6 +2,9 @@
"name": "nest",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^16"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",