remix-solidity package.json updated

pull/5370/head
aniket-engg 5 years ago committed by Aniket
parent a61a20e21f
commit b1afc6a1c1
  1. 6
      remix-solidity/package.json

@ -1,7 +1,7 @@
{ {
"name": "remix-solidity", "name": "remix-solidity",
"version": "0.3.25", "version": "0.3.25",
"description": "Ethereum IDE and tools for the web", "description": "Tool to load and run Solidity compiler",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"contributors": [ "contributors": [
@ -45,9 +45,9 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ethereum/remix/tree/master/remix-solidity" "url": "https://github.com/ethereum/remix/tree/master/remix-solidity"
}, },
"author": "cpp-ethereum team", "author": "Remix Team",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ethereum/remix/issues" "url": "https://github.com/ethereum/remix/issues"

Loading…
Cancel
Save