aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-10-09 11:11:37 +0300
committerGitHub <[email protected]>2019-10-09 11:11:37 +0300
commit133e0c8c9a7fdb7bd4d5ebd82ce6d8dc944e0a4f (patch)
tree35b466c37b06ba64f26dcd09ff62c7b45fc79dc5 /package.json
parent577bf8b14d76a864a8d69dbfb03b757fbeb6e241 (diff)
downloadbootstrap-133e0c8c9a7fdb7bd4d5ebd82ce6d8dc944e0a4f.tar.xz
bootstrap-133e0c8c9a7fdb7bd4d5ebd82ce6d8dc944e0a4f.zip
Drop support for Node.js 8. (#29496)
By the time v5 stable will be out, 8 will be EOL (December 2019).
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3e9e97af8..3c12d1410 100644
--- a/package.json
+++ b/package.json
@@ -137,7 +137,7 @@
"vnu-jar": "19.9.4"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"files": [
"dist/{css,js}/*.{css,js,map}",