fix: 2.0.0 (again)

This commit is contained in:
cha0s 2022-03-16 00:41:13 -05:00
parent 0f6fe6d8ec
commit e809a34290
3 changed files with 4 additions and 5 deletions

View File

@ -41,8 +41,7 @@
port: 32352
'@flecks/docker': {}
'@flecks/governor': {}
'@flecks/http':
title: 'Rooted'
'@flecks/http': {}
'@flecks/http/client':
up:
- '@flecks/socket'

View File

@ -2,8 +2,7 @@
"name": "@humus/monorepo",
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
"directory": "packages/monorepo"
"url": "https://git.hq.cha0s.io/cha0s/humus.git"
},
"version": "2.0.0",
"private": true,

View File

@ -1,7 +1,8 @@
import {Hooks} from '@flecks/core';
import {gatherComponents} from '@flecks/react';
export default {
hooks: {
[Hooks]: {
'@avocado/traits/components': gatherComponents(
require.context('./traits', false, /\.jsx$/),
),