@metamask-previews/keyring-utils 0.0.1-preview-e65b905 → 0.0.1-preview-46bb5ff
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,25 +10,6 @@ or
|
|
|
10
10
|
|
|
11
11
|
`npm install @metamask/keyring-utils`
|
|
12
12
|
|
|
13
|
-
## API
|
|
14
|
-
|
|
15
|
-
TODO
|
|
16
|
-
|
|
17
13
|
## Contributing
|
|
18
14
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- Install [Node.js](https://nodejs.org) version 18 or higher
|
|
22
|
-
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
|
|
23
|
-
- Install [Yarn v4](https://yarnpkg.com/getting-started/install)
|
|
24
|
-
- Run `yarn install` to install dependencies and run any required post-install scripts
|
|
25
|
-
|
|
26
|
-
### Testing and Linting
|
|
27
|
-
|
|
28
|
-
Run `yarn test` to run the tests once. To run tests on file changes, run `yarn test:watch`.
|
|
29
|
-
|
|
30
|
-
Run `yarn lint` to run the linter, or run `yarn lint:fix` to run the linter and fix any automatically fixable issues.
|
|
31
|
-
|
|
32
|
-
### Documentation
|
|
33
|
-
|
|
34
|
-
TODO
|
|
15
|
+
This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/accounts#readme).
|