Revert exports change in package.json (#180)

This commit is contained in:
Bjorn Stromberg 2023-06-04 16:01:35 +08:00 committed by GitHub
parent 61a437eba3
commit d1574d358d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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