🔧 fix exports (package.json)
Some checks failed
main / lts/gallium (push) Has been cancelled
main / node (push) Has been cancelled

This commit is contained in:
ひでまる 2025-02-07 02:36:55 +09:00
parent b13db32db4
commit e1842a216a

View file

@ -20,21 +20,14 @@
"url": "https://opencollective.com/unified" "url": "https://opencollective.com/unified"
}, },
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [ "contributors": ["Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"],
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"sideEffects": false, "sideEffects": false,
"type": "module", "type": "module",
"exports": { "exports": {
"development": "./dev/index.js", "development": "./dev/index.js",
"default": "./index.js" "default": "./dev/index.js"
}, },
"files": [ "files": ["dev/", "lib/", "index.d.ts", "index.js"],
"dev/",
"lib/",
"index.d.ts",
"index.js"
],
"dependencies": { "dependencies": {
"devlop": "^1.0.0", "devlop": "^1.0.0",
"micromark-factory-space": "^2.0.0", "micromark-factory-space": "^2.0.0",
@ -76,9 +69,7 @@
"useTabs": false "useTabs": false
}, },
"remarkConfig": { "remarkConfig": {
"plugins": [ "plugins": ["remark-preset-wooorm"]
"remark-preset-wooorm"
]
}, },
"typeCoverage": { "typeCoverage": {
"atLeast": 100, "atLeast": 100,
@ -89,9 +80,7 @@
"xo": { "xo": {
"overrides": [ "overrides": [
{ {
"files": [ "files": ["**/*.d.ts"],
"**/*.d.ts"
],
"rules": { "rules": {
"@typescript-eslint/array-type": [ "@typescript-eslint/array-type": [
"error", "error",