aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-01-07 23:11:45 +0200
committerGitHub <[email protected]>2020-01-07 23:11:45 +0200
commit46f086ccc0cd62e416342e14c4384c31a4e5c701 (patch)
treef5356be1b9c2f5404ec6a4ed0a5d0a16c7988511
parent25c53c4ec4fa8572919cd54ffcd64f3ffa223728 (diff)
downloadbootstrap-46f086ccc0cd62e416342e14c4384c31a4e5c701.tar.xz
bootstrap-46f086ccc0cd62e416342e14c4384c31a4e5c701.zip
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
-rw-r--r--package.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json
index 89d9d5db9..c374a73b5 100644
--- a/package.json
+++ b/package.json
@@ -138,9 +138,6 @@
"terser": "^4.6.1",
"vnu-jar": "20.1.2"
},
- "engines": {
- "node": ">=10"
- },
"files": [
"dist/{css,js}/*.{css,js,map}",
"js/{src,dist}/**/*.{js,map}",