Merge pull request #777 from ethereum/publish

Publish
pull/7/head
yann300 7 years ago committed by GitHub
commit 0b48cab2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      remix-core/package.json
  2. 8
      remix-debug/package.json
  3. 8
      remix-debugger/package.json
  4. 2
      remix-lib/package.json
  5. 16
      remix-solidity/package.json

@ -1,6 +1,6 @@
{
"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"
},

@ -1,6 +1,6 @@
{
"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",

@ -1,6 +1,6 @@
{
"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",

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

@ -1,6 +1,6 @@
{
"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",

Loading…
Cancel
Save