chore: removing node version req. for a while for Vercel

This commit is contained in:
ppedziwiatr
2022-04-04 10:25:22 +02:00
parent 9ce0b3d3c4
commit c90125ade9

View File

@@ -6,9 +6,6 @@
"module": "./lib/esm/index.js",
"types": "./lib/types/index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=16.5"
},
"scripts": {
"build:cjs": "tsc -b tsconfig.json && tsc-alias -p tsconfig.json",
"build:esm": "tsc -b tsconfig.esm.json && tsc-alias -p tsconfig.esm.json",