c4ee2d738
c700046b7
2d0940589
f09393d4f
890f414b5
1
2 3
4 5 6 7 8
9
10 11
12
13 14
15 16
17
{ "lerna": "2.5.1", "packages": ["packages/*"], "commands": { "publish": { "allowBranch": "development" } }, "version": "independent", "commands": { "publish": { "ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] } }, "npmClient": "yarn", "useWorkspaces": true }