Unverified Commit 2bcab045 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #769 from ethereum/lerna

add Lerna
parents 7cc6ca58 05219ad1
......@@ -11,6 +11,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-lib && npm install && npm test
remix-core:
......@@ -20,6 +21,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-core && npm install && npm test
remix-solidity:
......@@ -29,6 +31,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-solidity && npm install && npm test
remix-debug:
......@@ -38,6 +41,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-debug && npm install && npm test
workflows:
......
{
"lerna": "2.10.2",
"packages": [
"remix-core",
"remix-debug",
"remix-debugger",
"remix-lib",
"remix-solidity"
],
"version": "independent"
}
{
"devDependencies": {
"lerna": "^2.10.2"
},
"scripts": {
"bootstrap": "lerna bootstrap"
}
}
......@@ -19,7 +19,7 @@
"babel-eslint": "^7.1.1",
"babelify": "^7.3.0",
"fast-async": "^6.1.2",
"remix-lib": "latest",
"remix-lib": "0.2.2",
"standard": "^7.0.1",
"tape": "^4.6.0"
},
......
......@@ -26,11 +26,13 @@
"ethereumjs-vm": "^2.3.3",
"notify-error": "^1.2.0",
"npm-run-all": "^4.1.2",
"remix-core": "latest",
"remix-lib": "latest",
"remix-solidity": "latest",
"remix-core": "0.0.8",
"remix-lib": "0.2.2",
"remix-solidity": "0.1.4",
"solc": "https://github.com/ethereum/solc-js",
"standard": "^7.0.1",
"standard-reporter": "^1.0.5"
"standard-reporter": "^1.0.5",
"tape": "^4.6.0"
},
"scripts": {
"build": "mkdirp build; browserify index.js > build/app.js",
......
......@@ -37,9 +37,9 @@
"notify-error": "^1.2.0",
"npm-run-all": "^4.1.2",
"onchange": "^3.3.0",
"remix-core": "latest",
"remix-lib": "latest",
"remix-solidity": "latest",
"remix-core": "0.0.8",
"remix-lib": "0.2.2",
"remix-solidity": "0.1.4",
"selenium-standalone": "^6.0.1",
"solc": "^0.4.13",
"standard": "^7.0.1",
......
......@@ -21,8 +21,8 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "^2.3.3",
"fast-async": "^6.1.2",
"remix-core": "latest",
"remix-lib": "latest",
"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",
......
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