component libraries - looking in wrong dir, in dev

This commit is contained in:
Michael Shanks 2020-07-17 11:13:55 +01:00
parent 4f70f0b3d5
commit 95e9615ef7
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"
))