🔧 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"
|
"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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue