Skip to content

Commit

Permalink
9-pack-as-npm-package
Browse files Browse the repository at this point in the history
  • Loading branch information
idrabenia committed Sep 25, 2017
1 parent 89667eb commit 990619d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,20 @@ Disable validation on next line

Disable validation of fixed compiler version validation on next line

```javascript
```text
// solhint-disable-next-line compiler-fixed, compiler-gt-0_4
pragma solidity ^0.4.4;
```

Disable validation on current line

```javascript
```text
pragma solidity ^0.4.4; // solhint-disable-line
```

Disable validation of fixed compiler version validation on current line

```javascript
```text
pragma solidity ^0.4.4; // solhint-disable-line compiler-fixed, compiler-gt-0_4
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solhint",
"version": "1.0.0",
"version": "1.0.1",
"description": "Solidity Code Linter",
"main": "solhint.js",
"scripts": {
Expand Down

0 comments on commit 990619d

Please sign in to comment.