fix: 2.0.0 (again)
This commit is contained in:
parent
0f6fe6d8ec
commit
e809a34290
|
@ -41,8 +41,7 @@
|
|||
port: 32352
|
||||
'@flecks/docker': {}
|
||||
'@flecks/governor': {}
|
||||
'@flecks/http':
|
||||
title: 'Rooted'
|
||||
'@flecks/http': {}
|
||||
'@flecks/http/client':
|
||||
up:
|
||||
- '@flecks/socket'
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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$/),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user