- remix-core@0.0.10
 - remix-debug@0.0.4
 - remix-debugger@0.1.4
 - remix-lib@0.2.4
 - remix-solidity@0.1.6
pull/7/head
yann300 7 years ago
parent 5049a5c131
commit 8619794088
  1. 4
      remix-core/package.json
  2. 8
      remix-debug/package.json
  3. 8
      remix-debugger/package.json
  4. 2
      remix-lib/package.json
  5. 6
      remix-solidity/package.json

@ -1,6 +1,6 @@
{
"name": "remix-core",
"version": "0.0.9",
"version": "0.0.10",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
@ -19,7 +19,7 @@
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"fast-async": "^6.1.2",
"remix-lib": "^0.2.3",
"remix-lib": "^0.2.4",
"standard": "^7.0.1",
"tape": "^4.6.0"
},

@ -1,6 +1,6 @@
{
"name": "remix-debug",
"version": "0.0.3",
"version": "0.0.4",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
@ -26,9 +26,9 @@
"ethereumjs-vm": "^2.3.3",
"notify-error": "^1.2.0",
"npm-run-all": "^4.1.2",
"remix-core": "^0.0.9",
"remix-lib": "^0.2.3",
"remix-solidity": "^0.1.5",
"remix-core": "^0.0.10",
"remix-lib": "^0.2.4",
"remix-solidity": "^0.1.6",
"solc": "https://github.com/ethereum/solc-js",
"standard": "^7.0.1",
"standard-reporter": "^1.0.5",

@ -1,6 +1,6 @@
{
"name": "remix-debugger",
"version": "0.1.3",
"version": "0.1.4",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
@ -37,9 +37,9 @@
"notify-error": "^1.2.0",
"npm-run-all": "^4.1.2",
"onchange": "^3.3.0",
"remix-core": "^0.0.9",
"remix-lib": "^0.2.3",
"remix-solidity": "^0.1.5",
"remix-core": "^0.0.10",
"remix-lib": "^0.2.4",
"remix-solidity": "^0.1.6",
"selenium-standalone": "^6.0.1",
"solc": "^0.4.13",
"standard": "^7.0.1",

@ -1,6 +1,6 @@
{
"name": "remix-lib",
"version": "0.2.3",
"version": "0.2.4",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{

@ -1,6 +1,6 @@
{
"name": "remix-solidity",
"version": "0.1.5",
"version": "0.1.6",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
@ -22,8 +22,8 @@
"ethereumjs-vm": "^2.3.3",
"fast-async": "^6.1.2",
"npm-run-all": "^4.0.2",
"remix-core": "^0.0.9",
"remix-lib": "^0.2.3",
"remix-core": "^0.0.10",
"remix-lib": "^0.2.4",
"solc": "https://github.com/ethereum/solc-js",
"standard": "^7.0.1",
"tape": "^4.6.0",

Loading…
Cancel
Save