Skip to content

Commit dda94fc

Browse files
committed
feat: reverted changes to packages/money-account-controller/package.json
1 parent 61acc24 commit dda94fc

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

packages/money-account-controller/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@
33
"version": "0.1.0",
44
"description": "MetaMask Money account controller",
55
"keywords": [
6-
"MetaMask",
7-
"Ethereum"
6+
"Ethereum",
7+
"MetaMask"
88
],
99
"homepage": "https://github.com/MetaMask/core/tree/main/packages/money-account-controller#readme",
1010
"bugs": {
1111
"url": "https://github.com/MetaMask/core/issues"
1212
},
13+
"license": "MIT",
1314
"repository": {
1415
"type": "git",
1516
"url": "https://github.com/MetaMask/core.git"
1617
},
17-
"license": "MIT",
18+
"files": [
19+
"dist/"
20+
],
1821
"sideEffects": false,
22+
"main": "./dist/index.cjs",
23+
"types": "./dist/index.d.cts",
1924
"exports": {
2025
".": {
2126
"import": {
@@ -29,11 +34,10 @@
2934
},
3035
"./package.json": "./package.json"
3136
},
32-
"main": "./dist/index.cjs",
33-
"types": "./dist/index.d.cts",
34-
"files": [
35-
"dist/"
36-
],
37+
"publishConfig": {
38+
"access": "public",
39+
"registry": "https://registry.npmjs.org/"
40+
},
3741
"scripts": {
3842
"build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
3943
"build:all": "ts-bridge --project tsconfig.build.json --verbose --clean",
@@ -55,12 +59,12 @@
5559
"@metamask/keyring-api": "^21.6.0",
5660
"@metamask/keyring-controller": "^25.2.0",
5761
"@metamask/messenger": "^1.1.1",
58-
"@metamask/utils": "^11.9.0",
5962
"async-mutex": "^0.5.0"
6063
},
6164
"devDependencies": {
62-
"@metamask/auto-changelog": "^3.4.4",
65+
"@metamask/auto-changelog": "^6.0.0",
6366
"@metamask/keyring-utils": "^3.1.0",
67+
"@metamask/utils": "^11.9.0",
6468
"@ts-bridge/cli": "^0.6.4",
6569
"@types/jest": "^29.5.14",
6670
"deepmerge": "^4.2.2",
@@ -73,9 +77,5 @@
7377
},
7478
"engines": {
7579
"node": "^18.18 || >=20"
76-
},
77-
"publishConfig": {
78-
"access": "public",
79-
"registry": "https://registry.npmjs.org/"
8080
}
8181
}

0 commit comments

Comments
 (0)