truffle-plugin-stdjsonin 0.5.14 → 0.5.15
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -10,7 +10,7 @@ The [Solidity Json Input](https://docs.soliditylang.org/en/v0.8.10/using-the-com
|
|
10
10
|
## Installation
|
11
11
|
1. Install the plugin using npm
|
12
12
|
```
|
13
|
-
|
13
|
+
yarn add -D truffle-plugin-stdjsonin
|
14
14
|
```
|
15
15
|
2. Add the plugin to your `truffle-config.js` file
|
16
16
|
```javascript
|
package/package.json
CHANGED