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