Merge pull request #1006 from ethereum/renaming
rename browser-solidity => remix-ide
Showing
{ | { | ||
"private": true, | "private": true, | ||
"name": "browser-solidity", | "name": "remix-ide", | ||
"version": "0.0.0", | "version": "0.0.0", | ||
"description": "Minimalistic browser-based Solidity IDE", | "description": "Minimalistic browser-based Solidity IDE", | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -60,7 +60,7 @@ | ... | @@ -60,7 +60,7 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git+https://github.com/ethereum/browser-solidity.git" | "url": "git+https://github.com/ethereum/remix-ide.git" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"ethereum", | "ethereum", | ||
... | @@ -70,9 +70,9 @@ | ... | @@ -70,9 +70,9 @@ |
"author": "chriseth", | "author": "chriseth", | ||
"license": "MIT", | "license": "MIT", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/ethereum/browser-solidity/issues" | "url": "https://github.com/ethereum/remix-ide/issues" | ||
}, | }, | ||
"homepage": "https://github.com/ethereum/browser-solidity#readme", | "homepage": "https://github.com/ethereum/remix-ide#readme", | ||
"standard": { | "standard": { | ||
"ignore": [ | "ignore": [ | ||
"build/", | "build/", | ||
... | ... |
Please
register
or
sign in
to comment