Browse Source

chore: removes the "engines" option

e22m4u 1 year ago
parent
commit
a2b91ab5be
1 changed files with 0 additions and 3 deletions
  1. 0 3
      package.json

+ 0 - 3
package.json

@@ -9,9 +9,6 @@
     "import": "./src/index.js",
     "require": "./dist/cjs/index.cjs"
   },
-  "engines": {
-    "node": ">=12"
-  },
   "scripts": {
     "lint": "tsc && eslint .",
     "lint:fix": "tsc && eslint . --fix",