Commit 8d1627ec authored by yann300's avatar yann300

Publish

- remix-debug@0.2.9 - remix-lib@0.3.8 - remix-solidity@0.2.8 - remix-analyzer@0.2.8 - remix-tests@0.0.13 - remix-simulator@0.0.4
parent a9e03cb5
{ {
"name": "remix-analyzer", "name": "remix-analyzer",
"version": "0.2.7", "version": "0.2.8",
"description": "Remix Analyzer", "description": "Remix Analyzer",
"main": "./index.js", "main": "./index.js",
"contributors": [ "contributors": [
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0", "babel-preset-es2015": "^6.24.0",
"remix-lib": "^0.3.7", "remix-lib": "^0.3.8",
"solc": "^0.4.24", "solc": "^0.4.24",
"standard": "^7.0.1", "standard": "^7.0.1",
"tape": "^4.6.0" "tape": "^4.6.0"
......
{ {
"name": "remix-debug", "name": "remix-debug",
"version": "0.2.8", "version": "0.2.9",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"fast-async": "^6.1.2", "fast-async": "^6.1.2",
"notify-error": "^1.2.0", "notify-error": "^1.2.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"remix-lib": "^0.3.7", "remix-lib": "^0.3.8",
"solc": "^0.4.24" "solc": "^0.4.24"
}, },
"devDependencies": { "devDependencies": {
......
{ {
"name": "remix-lib", "name": "remix-lib",
"version": "0.3.7", "version": "0.3.8",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
......
{ {
"name": "remix-simulator", "name": "remix-simulator",
"version": "0.0.3", "version": "0.0.4",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
......
{ {
"name": "remix-solidity", "name": "remix-solidity",
"version": "0.2.7", "version": "0.2.8",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"ethereumjs-vm": "^2.3.3", "ethereumjs-vm": "^2.3.3",
"fast-async": "^6.1.2", "fast-async": "^6.1.2",
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",
"remix-lib": "^0.3.7", "remix-lib": "^0.3.8",
"solc": "^0.4.24", "solc": "^0.4.24",
"standard": "^7.0.1", "standard": "^7.0.1",
"tape": "^4.6.0", "tape": "^4.6.0",
......
{ {
"name": "remix-tests", "name": "remix-tests",
"version": "0.0.12", "version": "0.0.13",
"description": "Tests for the Ethereum tool suite Remix", "description": "Tests for the Ethereum tool suite Remix",
"main": "./src/index.js", "main": "./src/index.js",
"contributors": [ "contributors": [
...@@ -41,9 +41,9 @@ ...@@ -41,9 +41,9 @@
"change-case": "^3.0.1", "change-case": "^3.0.1",
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-lib": "^0.3.7", "remix-lib": "^0.3.8",
"remix-simulator": "0.0.3", "remix-simulator": "^0.0.4",
"remix-solidity": "^0.2.7", "remix-solidity": "^0.2.8",
"signale": "^1.2.1", "signale": "^1.2.1",
"solc": "^0.4.24", "solc": "^0.4.24",
"standard": "^10.0.3", "standard": "^10.0.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment