]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: remove engines property (#29908)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 7 Jan 2020 21:11:45 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 21:11:45 +0000 (23:11 +0200)
This property doesn't, or shouldn't, affect consumers of the npm package since we distribute the built files

package.json

index 89d9d5db95b97947832e2d705e3c7ea3ff1b2e60..c374a73b53300951807075dc757b3e5fc7ff62c1 100644 (file)
     "terser": "^4.6.1",
     "vnu-jar": "20.1.2"
   },
-  "engines": {
-    "node": ">=10"
-  },
   "files": [
     "dist/{css,js}/*.{css,js,map}",
     "js/{src,dist}/**/*.{js,map}",