Merge pull request #1010 from ethereum/publish

publishing
pull/5370/head
yann300 6 years ago committed by GitHub
commit 230b71420c
  1. 7
      package.json
  2. 2
      remix-solidity/package.json
  3. 4
      remix-tests/package.json

@ -1,12 +1,15 @@
{
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {
"gulp": "^3.9.1",
"lerna": "^2.10.2"
},
"scripts": {
"diff": "lerna diff",
"updated": "lerna updated",
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
"release": "lerna bootstrap; lerna publish; gulp; gulp publishTag;"
"release": "lerna bootstrap; lerna publish;",
"tag": "gulp; gulp publishTag;"
}
}

@ -1,6 +1,6 @@
{
"name": "remix-solidity",
"version": "0.2.10",
"version": "0.2.11",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{

@ -1,6 +1,6 @@
{
"name": "remix-tests",
"version": "0.0.15",
"version": "0.0.16",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./src/index.js",
"contributors": [
@ -43,7 +43,7 @@
"commander": "^2.13.0",
"remix-lib": "0.3.10",
"remix-simulator": "^0.0.4",
"remix-solidity": "0.2.10",
"remix-solidity": "0.2.11",
"signale": "^1.2.1",
"solc": "^0.4.24",
"standard": "^10.0.3",

Loading…
Cancel
Save