diff options
| author | XhmikosR <[email protected]> | 2020-01-07 23:11:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-07 23:11:45 +0200 |
| commit | 46f086ccc0cd62e416342e14c4384c31a4e5c701 (patch) | |
| tree | f5356be1b9c2f5404ec6a4ed0a5d0a16c7988511 | |
| parent | 25c53c4ec4fa8572919cd54ffcd64f3ffa223728 (diff) | |
| download | bootstrap-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.json | 3 |
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}", |
