This commit is contained in:
Sindre Sorhus 2022-06-11 18:27:36 +07:00
parent 778c5da5b3
commit ac7c567c2b

View file

@ -11,8 +11,8 @@
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=14.16"
},