Unverified Commit bdf5041c authored by Nina Breznik's avatar Nina Breznik Committed by GitHub

Merge branch 'master' into docs

parents 538e1ab9 b0efb773
...@@ -110,6 +110,7 @@ todo_include_todos = False ...@@ -110,6 +110,7 @@ todo_include_todos = False
# a list of builtin themes. # a list of builtin themes.
html_theme = 'default' html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
# documentation. # documentation.
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
], ],
"main": "./index.js", "main": "./index.js",
"devDependencies": { "dependencies": {
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-yo-yoify": "^0.3.3", "babel-plugin-yo-yoify": "^0.3.3",
...@@ -29,7 +29,9 @@ ...@@ -29,7 +29,9 @@
"remix-core": "^0.0.11", "remix-core": "^0.0.11",
"remix-lib": "^0.2.5", "remix-lib": "^0.2.5",
"remix-solidity": "^0.1.7", "remix-solidity": "^0.1.7",
"solc": "https://github.com/ethereum/solc-js", "solc": "https://github.com/ethereum/solc-js"
},
"devDependencies": {
"standard": "^7.0.1", "standard": "^7.0.1",
"standard-reporter": "^1.0.5", "standard-reporter": "^1.0.5",
"tape": "^4.6.0" "tape": "^4.6.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment