Skip to content

Commit 78f4c42

Browse files
committed
style(package.json): apply code style
1 parent 67c8128 commit 78f4c42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.0.0-development",
44
"description": "webpack plugin to resolve TypeScript files when importing with js file extension in ESM projects",
55
"keywords": [
6-
"TypeScript",
7-
"webpack",
86
"ESM",
7+
"TypeScript",
8+
"plugin",
99
"resolve",
10-
"plugin"
10+
"webpack"
1111
],
1212
"author": "Daniel Cassidy <mail@danielcassidy.me.uk>",
1313
"homepage": "https://github.com/softwareventures/resolve-typescript-plugin",
@@ -24,6 +24,9 @@
2424
"dependencies": {
2525
"tslib": "2.3.0"
2626
},
27+
"peerDependencies": {
28+
"webpack": "^5.0.0"
29+
},
2730
"devDependencies": {
2831
"@softwareventures/eslint-config": "3.6.2",
2932
"@softwareventures/prettier-config": "1.0.2",
@@ -38,9 +41,6 @@
3841
"typescript": "4.3.5",
3942
"webpack": "5.43.0"
4043
},
41-
"peerDependencies": {
42-
"webpack": "^5.0.0"
43-
},
4444
"eslintConfig": {
4545
"root": true,
4646
"extends": "@softwareventures"

0 commit comments

Comments
 (0)