@ -11,3 +11,4 @@ package-lock.json
.tern-port
TODO
soljson.js
lerna-debug.log
@ -2,9 +2,10 @@
'use strict';
var gulp = require('gulp');
var exec = require('child_process').exec;
var lernaJSON = require('./lerna.json');
var packageJSON = require('./package.json');
gulp.task('publishTag', function () {
exec("git tag v"+ lernaJSON.version +"; git push --tags");
exec("git tag v"+ packageJSON.version +"; git push --tags");
});
@ -17,5 +17,5 @@
"skipGit": true
}
},
"version": "0.1.0"
"version": "independent"
@ -1,4 +1,5 @@
{
"version": "0.1.0",
"devDependencies": {
"gulp": "^3.9.1",
"lerna": "^2.10.2"
@ -1,6 +1,6 @@
"name": "remix-analyzer",
"version": "0.2.8",
"version": "0.2.10",
"description": "Remix Analyzer",
"main": "./index.js",
"contributors": [
@ -21,7 +21,7 @@
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"remix-lib": "^0.3.8",
"remix-lib": "0.3.10",
"solc": "^0.4.24",
"standard": "^7.0.1",
"tape": "^4.6.0"
"name": "remix-debug",
"version": "0.2.9",
"version": "0.2.11",
"description": "Ethereum IDE and tools for the web",
@ -23,7 +23,7 @@
"fast-async": "^6.1.2",
"notify-error": "^1.2.0",
"npm-run-all": "^4.1.2",
"solc": "^0.4.24"
"name": "remix-lib",
"version": "0.3.8",
"version": "0.3.10",
"name": "remix-solidity",
@ -22,7 +22,7 @@
"ethereumjs-vm": "^2.3.3",
"npm-run-all": "^4.0.2",
"tape": "^4.6.0",
"name": "remix-tests",
"version": "0.0.13",
"version": "0.0.15",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./src/index.js",
@ -41,9 +41,9 @@
"change-case": "^3.0.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-simulator": "^0.0.4",
"remix-solidity": "^0.2.8",
"remix-solidity": "0.2.10",
"signale": "^1.2.1",
"standard": "^10.0.3",