mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00: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:
parent
25c53c4ec4
commit
46f086ccc0
1 changed files with 0 additions and 3 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue