Skip to content

Commit fa32f3c

Browse files
committed
small fixes for package.json
1 parent cf1f994 commit fa32f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": "./lib/index.js",
1616
"import": "./lib/index.mjs"
1717
},
18-
"./": "./"
18+
"./package.json": "./package.json"
1919
},
2020
"files": [
2121
"src",
@@ -151,6 +151,6 @@
151151
},
152152
"license": "MIT",
153153
"engines": {
154-
"node": ">= 14"
154+
"node": ">= 16"
155155
}
156156
}

0 commit comments

Comments
 (0)