component libraries - looking in wrong dir, in dev

This commit is contained in:
Michael Shanks 2020-07-17 11:13:55 +01:00
parent d0f2990333
commit 7238086333
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ exports.fetchAppComponentDefinitions = async function(ctx) {
const componentJson = require(join(
appDirectory,
componentLibrary,
"package",
"components.json"
))