Fix lerna.json to ignore vue-kitchen-sink correctly

This commit is contained in:
hypnos 2017-10-03 01:10:46 +03:00
parent e26d73081b
commit 391977fd97

View File

@ -6,7 +6,7 @@
"publish": {
"ignore": [
"cra-kitchen-sink",
"vue-kitchen-sink"
"vue-example"
]
}
},