Skip to content

Commit e8b8c26

Browse files
committed
style: apply code style
1 parent 7f9bd6c commit e8b8c26

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"name": "resolve-typescript-plugin",
44
"version": "0.0.0-development",
55
"description": "webpack plugin to resolve TypeScript files when importing with js file extension in ESM projects",
6-
"keywords": ["TypeScript", "webpack", "ESM", "resolve", "plugin"],
6+
"keywords": [
7+
"TypeScript",
8+
"webpack",
9+
"ESM",
10+
"resolve",
11+
"plugin"
12+
],
713
"author": "Daniel Cassidy <[email protected]>",
814
"homepage": "https://github.com/softwareventures/resolve-typescript-plugin",
915
"bugs": "https://github.com/softwareventures/resolve-typescript-plugin/issues",

0 commit comments

Comments
 (0)