8
0
Эх сурвалжийг харах

No lerna upgrade in this PR.

Kamil Piechaczek 7 жил өмнө
parent
commit
2eeb94a0ab
3 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 1 1
      .travis.yml
  2. 3 3
      lerna.json
  3. 1 1
      package.json

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ install:
   - npm install
   - npm install mgit2 lerna
   - mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
-  - lerna bootstrap --no-ci
+  - lerna bootstrap
 script:
   - npm t -- --reporter=dots
   - npm run docs:api -- --validate-only

+ 3 - 3
lerna.json

@@ -1,14 +1,14 @@
 {
+  "lerna": "2.0.0-rc.1",
   "packages": [
     "packages/*",
     "."
   ],
   "hoist": true,
   "nohoist": "husky",
-  "command": {
+  "commands": {
     "bootstrap": {
       "concurrency": 1
     }
-  },
-  "version": "0.0.0"
+  }
 }

+ 1 - 1
package.json

@@ -72,7 +72,7 @@
     "eslint-config-ckeditor5": "^1.0.7",
     "glob": "^7.1.2",
     "husky": "^0.14.3",
-    "lerna": "^3.3.0",
+    "lerna": "^2.2.0",
     "lint-staged": "^7.0.0",
     "mgit2": "^0.8.0",
     "mini-css-extract-plugin": "^0.4.0",