Restricted node and npm engine versions for release (#114)

This commit is contained in:
darth-coder00 2021-08-12 23:42:40 +05:30 committed by GitHub
parent df6030fe12
commit cd4f5c84d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -2,6 +2,10 @@
"name": "open-metadata",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=10.0.0",
"npm": "^6.0.0"
},
"dependencies": {
"@craco/craco": "^5.8.0",
"@fortawesome/fontawesome-free": "^5.15.1",