Skip to content

Commit 98a9392

Browse files
committed
chore: prettier
1 parent 4e204d0 commit 98a9392

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/wallet-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
4141
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4242
},
43+
"oclif": {
44+
"bin": "mm",
45+
"commands": "./dist/commands",
46+
"dirname": "mm",
47+
"topicSeparator": " "
48+
},
4349
"dependencies": {
4450
"@metamask/remote-feature-flag-controller": "^4.2.0",
4551
"@metamask/rpc-errors": "^7.0.2",
@@ -65,11 +71,5 @@
6571
"publishConfig": {
6672
"access": "public",
6773
"registry": "https://registry.npmjs.org/"
68-
},
69-
"oclif": {
70-
"bin": "mm",
71-
"commands": "./dist/commands",
72-
"dirname": "mm",
73-
"topicSeparator": " "
7474
}
7575
}

0 commit comments

Comments
 (0)