Skip to content

Commit 566b7ff

Browse files
committed
fix: format package.json with prettier
1 parent c18ae36 commit 566b7ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"test": "jest && attw --pack",
4040
"test:watch": "jest --watchAll"
4141
},
42+
"resolutions": {
43+
"@metamask/messenger": "^1.1.0"
44+
},
4245
"dependencies": {
4346
"@babel/runtime": "^7.24.1",
4447
"@ethereumjs/tx": "^5.2.1",
@@ -114,9 +117,6 @@
114117
}
115118
},
116119
"packageManager": "yarn@3.2.1",
117-
"resolutions": {
118-
"@metamask/messenger": "^1.1.0"
119-
},
120120
"engines": {
121121
"node": "^18.18 || >=20"
122122
},

0 commit comments

Comments
 (0)