Skip to content

Commit

Permalink
lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin McKeaveney committed Feb 21, 2020
1 parent 395dcd1 commit defb319
Show file tree
Hide file tree
Showing 3 changed files with 813 additions and 865 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-svelte3": "^2.7.3",
"lerna": "^3.20.2",
"lerna": "3.14.1",
"prettier": "^1.19.1",
"prettier-plugin-svelte": "^0.7.0",
"svelte": "^3.18.1"
Expand All @@ -19,7 +19,6 @@
"test": "lerna run test",
"lint": "eslint packages",
"lint:fix": "eslint --fix packages",
"format": "prettier --write \"{,!(node_modules)/**/}*.{js,jsx,svelte}\"",
"publish-components": "lerna run publishdev"
"format": "prettier --write \"{,!(node_modules)/**/}*.{js,jsx,svelte}\""
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
hierarchy: $store.hierarchy,
}
$: selectedComponentId = $store.currentComponentInfo._id
$: selectedComponentId = $store.currentComponentInfo ? $store.currentComponentInfo._id : ""
</script>

<div class="component-container">
Expand Down
Loading

0 comments on commit defb319

Please sign in to comment.