8
0
فهرست منبع

Merge pull request #396 from ckeditor/t/395

Internal: Updated Lerna and started using hoisting on CI. Resolves #395.
Piotrek Koszuliński 9 سال پیش
والد
کامیت
25c9eac04e
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 1
      lerna.json
  2. 1 1
      package.json

+ 2 - 1
lerna.json

@@ -1,8 +1,9 @@
 {
-  "lerna": "2.0.0-beta.34",
+  "lerna": "2.0.0-beta.36",
   "packages": [
     "packages/*",
     "."
   ],
+  "hoist": true,
   "version": "0.0.0"
 }

+ 1 - 1
package.json

@@ -33,7 +33,7 @@
     "@ckeditor/ckeditor5-dev-tests": "^6.1.0",
     "gulp": "^3.9.0",
     "guppy-pre-commit": "^0.4.0",
-    "lerna": "2.0.0-beta.34",
+    "lerna": "2.0.0-beta.36",
     "mgit2": "^0.4.0"
   },
   "engines": {