Skip to content

Commit dad0ffa

Browse files
Scope under MetaMask org (#64)
* Scope under MetaMask org * Revert author removal * Update yarn.lock
1 parent 355588e commit dad0ffa

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "eth-rpc-errors",
2+
"name": "@metamask/eth-rpc-errors",
33
"version": "4.0.3",
44
"description": "Ethereum RPC and Provider errors.",
5-
"license": "MIT",
65
"author": "Erik Marks <[email protected]>",
6+
"license": "MIT",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -16,6 +16,7 @@
1616
"prepublishOnly": "yarn test"
1717
},
1818
"main": "dist/index.js",
19+
"types": "dist/index.d.ts",
1920
"files": [
2021
"dist"
2122
],

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,27 @@ __metadata:
305305
languageName: node
306306
linkType: hard
307307

308+
"@metamask/eth-rpc-errors@workspace:.":
309+
version: 0.0.0-use.local
310+
resolution: "@metamask/eth-rpc-errors@workspace:."
311+
dependencies:
312+
"@lavamoat/allow-scripts": ^2.0.3
313+
"@metamask/auto-changelog": ^2.3.0
314+
"@metamask/eslint-config": ^4.1.0
315+
"@typescript-eslint/eslint-plugin": ^4.6.0
316+
"@typescript-eslint/parser": ^4.6.0
317+
eslint: ^7.12.1
318+
eslint-plugin-import: ^2.22.1
319+
eslint-plugin-json: ^2.1.1
320+
eslint-plugin-node: ^11.1.0
321+
fast-deep-equal: ^2.0.1
322+
fast-safe-stringify: ^2.0.6
323+
nyc: ^15.0.1
324+
tape: ^5.0.0
325+
typescript: ^4.0.5
326+
languageName: unknown
327+
linkType: soft
328+
308329
"@nodelib/fs.scandir@npm:2.1.3":
309330
version: 2.1.3
310331
resolution: "@nodelib/fs.scandir@npm:2.1.3"
@@ -1430,27 +1451,6 @@ __metadata:
14301451
languageName: node
14311452
linkType: hard
14321453

1433-
"eth-rpc-errors@workspace:.":
1434-
version: 0.0.0-use.local
1435-
resolution: "eth-rpc-errors@workspace:."
1436-
dependencies:
1437-
"@lavamoat/allow-scripts": ^2.0.3
1438-
"@metamask/auto-changelog": ^2.3.0
1439-
"@metamask/eslint-config": ^4.1.0
1440-
"@typescript-eslint/eslint-plugin": ^4.6.0
1441-
"@typescript-eslint/parser": ^4.6.0
1442-
eslint: ^7.12.1
1443-
eslint-plugin-import: ^2.22.1
1444-
eslint-plugin-json: ^2.1.1
1445-
eslint-plugin-node: ^11.1.0
1446-
fast-deep-equal: ^2.0.1
1447-
fast-safe-stringify: ^2.0.6
1448-
nyc: ^15.0.1
1449-
tape: ^5.0.0
1450-
typescript: ^4.0.5
1451-
languageName: unknown
1452-
linkType: soft
1453-
14541454
"execa@npm:^5.1.1":
14551455
version: 5.1.1
14561456
resolution: "execa@npm:5.1.1"

0 commit comments

Comments
 (0)