Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small fixes for package.json
  • Loading branch information
giltayar committed Sep 16, 2023
1 parent cf1f994 commit fa32f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,7 @@
"require": "./lib/index.js",
"import": "./lib/index.mjs"
},
"./": "./"
"./package.json": "./package.json"
},
"files": [
"src",
Expand Down Expand Up @@ -151,6 +151,6 @@
},
"license": "MIT",
"engines": {
"node": ">= 14"
"node": ">= 16"
}
}

0 comments on commit fa32f3c

Please sign in to comment.