1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Merge pull request #465 from mjashanks/master

component libraries - looking in wrong dir, in dev
This commit is contained in:
Michael Shanks 2020-07-17 12:03:41 +01:00 committed by GitHub
commit 58a55a0bf3

View file

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