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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
- npm install -D https://github.com/nhancv/truffle-plugin-stdjsonin/
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "truffle-plugin-stdjsonin",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
4
4
  "description": "generate Standrad JSON Input from the Truffle CLI",
5
5
  "repository": "https://github.com/nhancv/truffle-plugin-stdjsonin",
6
6
  "main": "stdjsonin.js",