diff --git a/docs/conf.py b/docs/conf.py index 7cbc3b199a..8590e62613 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/remix-debug/package.json b/remix-debug/package.json index 6c71021b91..cd2d868e96 100644 --- a/remix-debug/package.json +++ b/remix-debug/package.json @@ -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"