mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-04-29 09:45:54 +08:00
Add engines in package.json (#3201)
* Update package.json * Update package.json * Update package.json * Update package.json
This commit is contained in:
@@ -94,5 +94,8 @@
|
||||
"hooks": {
|
||||
"pre-commit": "yarn flow && lint-staged"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,5 +38,8 @@
|
||||
"webpack-bundle-analyzer": "^3.3.2",
|
||||
"webpack-cli": "^3.3.3"
|
||||
},
|
||||
"sideEffects": false
|
||||
"sideEffects": false,
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,5 +27,8 @@
|
||||
"react-dom": "^16.8.6",
|
||||
"react-is": "^16.8.6",
|
||||
"react-live": "^1.11.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,5 +114,8 @@
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/styled-components"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user