lerna added at root & config updated

pull/335/head
aniket-engg 4 years ago committed by Aniket
parent e14cfcf6b9
commit 81335fb296
  1. 25
      lerna.json
  2. 3835
      package-lock.json
  3. 1
      package.json

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

3835
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -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",

Loading…
Cancel
Save