ethershell 0.1.0-alpha.5 → 0.1.0-alpha.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ An interactive Node.js console for Ethereum smart contract development. Write, c
33
33
  npm i -g ethershell
34
34
 
35
35
  # Start EtherShell
36
- npm run start
36
+ npm start
37
37
  ```
38
38
 
39
39
  ### Basic Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ethershell",
3
- "version": "0.1.0-alpha.5",
3
+ "version": "0.1.0-alpha.6",
4
4
  "description": "Interactive JavaScript console for Ethereum smart contract management",
5
5
  "author": "Alireza Kiakojouri (alirezaethdev@gmail.com)",
6
6
  "repository": {