Skip to content

Commit d0cd216

Browse files
authored
Update package.json
1 parent 63a71a2 commit d0cd216

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"type": "module",
8-
"keywords": ["mdx", "bundler", "mdx-bundler", "esbuild"],
8+
"keywords": [
9+
"mdx",
10+
"bundler",
11+
"mdx-bundler",
12+
"esbuild"
13+
],
914
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
1015
"license": "MIT",
1116
"engines": {
@@ -20,7 +25,10 @@
2025
"url": "https://github.com/kentcdodds/mdx-bundler/issues"
2126
},
2227
"homepage": "https://github.com/kentcdodds/mdx-bundler#readme",
23-
"files": ["dist", "client"],
28+
"files": [
29+
"dist",
30+
"client"
31+
],
2432
"scripts": {
2533
"build": "kcd-scripts build",
2634
"postbuild": "node ./other/cjs-ify.js",
@@ -87,5 +95,10 @@
8795
"max-lines-per-function": "off"
8896
}
8997
},
90-
"eslintIgnore": ["node_modules", "coverage", "dist", "*.d.ts"]
98+
"eslintIgnore": [
99+
"node_modules",
100+
"coverage",
101+
"dist",
102+
"*.d.ts"
103+
]
91104
}

0 commit comments

Comments
 (0)