Add engines in package.json (#3201)

* Update package.json

* Update package.json

* Update package.json

* Update package.json
This commit is contained in:
Michaël De Boey
2020-08-27 13:26:54 +02:00
committed by GitHub
parent b19d17f1d6
commit 25e48908b0
4 changed files with 13 additions and 1 deletions

View File

@@ -94,5 +94,8 @@
"hooks": {
"pre-commit": "yarn flow && lint-staged"
}
},
"engines": {
"node": ">=8"
}
}

View File

@@ -38,5 +38,8 @@
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.3"
},
"sideEffects": false
"sideEffects": false,
"engines": {
"node": ">=8"
}
}

View File

@@ -27,5 +27,8 @@
"react-dom": "^16.8.6",
"react-is": "^16.8.6",
"react-live": "^1.11.0"
},
"engines": {
"node": ">=8"
}
}

View File

@@ -114,5 +114,8 @@
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/styled-components"
},
"engines": {
"node": ">=8"
}
}