Merge branch 'master' into docs

pull/7/head
Nina Breznik 7 years ago committed by GitHub
commit bdf5041ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/conf.py
  2. 6
      remix-debug/package.json

@ -110,6 +110,7 @@ todo_include_todos = False
# a list of builtin themes.
html_theme = 'default'
# 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
# documentation.

@ -13,7 +13,7 @@
}
],
"main": "./index.js",
"devDependencies": {
"dependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-yo-yoify": "^0.3.3",
@ -29,7 +29,9 @@
"remix-core": "^0.0.11",
"remix-lib": "^0.2.5",
"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-reporter": "^1.0.5",
"tape": "^4.6.0"

Loading…
Cancel
Save