We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e204d0 commit 98a9392Copy full SHA for 98a9392
1 file changed
packages/wallet-cli/package.json
@@ -40,6 +40,12 @@
40
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
41
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
42
},
43
+ "oclif": {
44
+ "bin": "mm",
45
+ "commands": "./dist/commands",
46
+ "dirname": "mm",
47
+ "topicSeparator": " "
48
+ },
49
"dependencies": {
50
"@metamask/remote-feature-flag-controller": "^4.2.0",
51
"@metamask/rpc-errors": "^7.0.2",
@@ -65,11 +71,5 @@
65
71
"publishConfig": {
66
72
"access": "public",
67
73
"registry": "https://registry.npmjs.org/"
68
- },
69
- "oclif": {
70
- "bin": "mm",
- "commands": "./dist/commands",
- "dirname": "mm",
- "topicSeparator": " "
74
}
75
0 commit comments