chore: removing node version req. for a while for Vercel
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user