瀏覽代碼

Upgraded lerna config.

Kamil Piechaczek 7 年之前
父節點
當前提交
36f12caf77
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lerna.json

+ 3 - 3
lerna.json

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