🔧 fix exports (package.json)
This commit is contained in:
parent
b13db32db4
commit
e1842a216a
1 changed files with 114 additions and 125 deletions
21
package.json
21
package.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue