Skip to content

Commit 8ba5cb0

Browse files
authored
Merge pull request #14 from ConsenSys/v310
Version change from 3.0.5 to 3.1.0
2 parents 3ec4f24 + c9e2931 commit 8ba5cb0

File tree

4 files changed

+195
-113
lines changed

4 files changed

+195
-113
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ A TypeScript package providing a normalized typed Solidity AST along with the ut
2525

2626
Package could be installed globally via following command:
2727

28-
```console
28+
```bash
2929
npm install -g solc-typed-ast
3030
```
3131

3232
Also it can be installed as the dependency:
3333

34-
```console
34+
```bash
3535
npm install --save solc-typed-ast
3636
```
3737

@@ -120,7 +120,7 @@ for (const sourceUnit of sourceUnits) {
120120

121121
Package bundles a `sol-ast-compile` CLI tool to provide help with development process. It is able to compile the Solidity source and output short AST structure with following:
122122

123-
```console
123+
```bash
124124
sol-ast-compile sample.sol --tree
125125
```
126126

@@ -172,13 +172,13 @@ Install prerequisites:
172172

173173
Clone repository:
174174

175-
```console
175+
```bash
176176
git clone https://github.com/ConsenSys/solc-typed-ast.git
177177
```
178178

179179
Install and link:
180180

181-
```console
181+
```bash
182182
npm install
183183
npm link
184184
```
@@ -187,7 +187,7 @@ npm link
187187

188188
The project documentation is contained in the `docs/` directory. It could be built via following command:
189189

190-
```console
190+
```bash
191191
npm run docs:refresh
192192
```
193193

0 commit comments

Comments
 (0)