Commit 81335fb2 authored by aniket-engg's avatar aniket-engg Committed by Aniket

lerna added at root & config updated

parent e14cfcf6
{ {
"lerna": "2.10.2", "packages": ["dist/libs/**/*"],
"packages": [ "version": "independent",
"remix-debug",
"remix-lib",
"remix-solidity",
"remix-analyzer",
"remix-tests",
"remix-simulator",
"remix-url-resolver",
"remix-astwalker"
],
"command": { "command": {
"init": {
"exact": true
},
"publish": { "publish": {
"exact": true, "ignoreChanges": ["ignored-file", "*.md"],
"skipGit": true "message": "remix-libs(release): publish version"
} }
}, }
"version": "independent" }
} \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -220,6 +220,7 @@ ...@@ -220,6 +220,7 @@
"jquery": "^3.3.1", "jquery": "^3.3.1",
"js-base64": "^2.1.9", "js-base64": "^2.1.9",
"js-beautify": "1.6.14", "js-beautify": "1.6.14",
"lerna": "^3.22.1",
"minixhr": "^3.2.2", "minixhr": "^3.2.2",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^8.0.1", "mocha": "^8.0.1",
......
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