chore(dx): remove npm version from engines

This commit is contained in:
Alexander Shelepenok 2022-04-21 18:40:47 +00:00 committed by GitHub
parent 50482c61b2
commit ae2f8922e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,6 @@
"typescript": "^4.6.3" "typescript": "^4.6.3"
}, },
"engines": { "engines": {
"node": ">=v16.14.2", "node": ">=v16.14.2"
"npm": ">=8.7.0"
} }
} }