Skip to content

Commit

Permalink
Merge pull request #20 from Aniket-Engg/release
Browse files Browse the repository at this point in the history
release
  • Loading branch information
Aniket-Engg authored Jun 29, 2019
2 parents bb63a1c + 75783da commit 9c9e2a0
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ An import straightened file contents will be returned which can be used for furt
## Support
Currently it handles `import` of files from:
* relative directories, e.g; `import "./lib/SafeMath.sol";`
* `node_modules` directory, e.g; `import "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol";`
* All parent `node_modules` directories, e.g; `import "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol";`
* Github, e.g; `import "github.com/oraclize/ethereum-api/oraclizeAPI_0.5.sol";`

## Contribution
Expand Down
102 changes: 69 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sol-straightener",
"version": "1.1.0",
"version": "1.1.1",
"description": "Straighten/Flatten Solidity file from js file",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint": "^6.0.1",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"@0xcert/ethereum-erc721": "2.0.0"
Expand Down

0 comments on commit 9c9e2a0

Please sign in to comment.