Commit ad775497 authored by yann300's avatar yann300

Publish

- remix-core@0.0.9 - remix-debug@0.0.3 - remix-debugger@0.1.3 - remix-lib@0.2.3 - remix-solidity@0.1.5
parent ed41ef84
{
"name": "remix-core",
"version": "0.0.8",
"version": "0.0.9",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -14,12 +14,12 @@
],
"main": "./index.js",
"dependencies": {
"babel-preset-es2015": "^6.24.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"fast-async": "^6.1.2",
"remix-lib": "0.2.2",
"remix-lib": "^0.2.3",
"standard": "^7.0.1",
"tape": "^4.6.0"
},
......
{
"name": "remix-debug",
"version": "0.0.2",
"version": "0.0.3",
"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.8",
"remix-lib": "0.2.2",
"remix-solidity": "0.1.4",
"remix-core": "^0.0.9",
"remix-lib": "^0.2.3",
"remix-solidity": "^0.1.5",
"solc": "https://github.com/ethereum/solc-js",
"standard": "^7.0.1",
"standard-reporter": "^1.0.5",
......
{
"name": "remix-debugger",
"version": "0.1.2",
"version": "0.1.3",
"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.8",
"remix-lib": "0.2.2",
"remix-solidity": "0.1.4",
"remix-core": "^0.0.9",
"remix-lib": "^0.2.3",
"remix-solidity": "^0.1.5",
"selenium-standalone": "^6.0.1",
"solc": "^0.4.13",
"standard": "^7.0.1",
......
{
"name": "remix-lib",
"version": "0.2.2",
"version": "0.2.3",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......
{
"name": "remix-solidity",
"version": "0.1.4",
"version": "0.1.5",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -14,20 +14,20 @@
],
"main": "./index.js",
"dependencies": {
"babel-preset-es2015": "^6.24.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "^2.3.3",
"fast-async": "^6.1.2",
"remix-core": "0.0.8",
"remix-lib": "0.2.2",
"webworkify": "^1.2.1",
"solc": "https://github.com/ethereum/solc-js",
"npm-run-all": "^4.0.2",
"remix-core": "^0.0.9",
"remix-lib": "^0.2.3",
"solc": "https://github.com/ethereum/solc-js",
"standard": "^7.0.1",
"tape": "^4.6.0"
"tape": "^4.6.0",
"webworkify": "^1.2.1"
},
"scripts": {
"test": "standard && npm run downloadsolc && tape ./test/tests.js",
......
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