Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
binodnp committed Oct 24, 2018
1 parent 488400f commit 3fc32c7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

29 changes: 26 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
{
"name": "solidoc",
"version": "1.0.0",
"version": "1.0.1",
"description": "Solidity Documentation Generator",
"main": "cli.js",
"scripts": {
"start": "node cli.js ../openzeppelin-solidity ../openzeppelin-solidity/docs true"
},
"bin": {"solidoc": "cli.js"},
"keywords": ["solidity", "natspec", "documentation", "documentation-tool", "documentation-generator", "markdown", "ethereum", "eth", "ethereum classic", "etc", "tron", "tronix", "trx", "qtum", "wanchain", "aeternity", "counterparty", "rootstock", "ubiq", "monax"],
"bin": {
"solidoc": "cli.js"
},
"keywords": [
"solidity",
"natspec",
"documentation",
"documentation-tool",
"documentation-generator",
"markdown",
"ethereum",
"eth",
"ethereum classic",
"etc",
"tron",
"tronix",
"trx",
"qtum",
"wanchain",
"aeternity",
"counterparty",
"rootstock",
"ubiq",
"monax"
],
"author": "Binod Nirvan",
"license": "Apache-2.0",
"homepage": "https://github.com/binodnp/solidoc-js",
Expand Down

0 comments on commit 3fc32c7

Please # to comment.