n 10; rm package-lock.json && npm install

Remove npm list from engine as it is intended to be advisory.
This commit is contained in:
Ben West
2022-08-07 18:28:10 -07:00
parent 5d0d320c21
commit c9f3a12c8f
2 changed files with 173 additions and 17177 deletions
+172 -17175
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -65,8 +65,7 @@
}
},
"engines": {
"node": "^16.x || ^14.x || ^10.22.0 || ^12.18.4",
"npm": "^8.x || ^6.14.6"
"node": "^16.x || ^14.x || ^10.22.0 || ^12.18.4"
},
"dependencies": {
"@babel/core": "^7.11.1",