aboutsummaryrefslogblamecommitdiffstats
path: root/lerna.json
blob: 244d5898ed0e2f46a2ba7bf1af592181d32da920 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 
                             

                               

                    
                                                 
                                                                                             

         

                         
 
{
    "lerna": "3.0.0-beta.14",
    "packages": ["packages/*"],
    "version": "independent",
    "commands": {
        "publish": {
            "registry": "http://localhost:4873/",
            "ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
        }
    },
    "npmClient": "yarn",
    "useWorkspaces": true
}