0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

package.json: remove engines property (#29908)

This property doesn't, or shouldn't, affect consumers of the npm package since we distribute the built files
This commit is contained in:
XhmikosR 2020-01-07 23:11:45 +02:00 committed by GitHub
parent 25c53c4ec4
commit 46f086ccc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,9 +138,6 @@
"terser": "^4.6.1", "terser": "^4.6.1",
"vnu-jar": "20.1.2" "vnu-jar": "20.1.2"
}, },
"engines": {
"node": ">=10"
},
"files": [ "files": [
"dist/{css,js}/*.{css,js,map}", "dist/{css,js}/*.{css,js,map}",
"js/{src,dist}/**/*.{js,map}", "js/{src,dist}/**/*.{js,map}",