chore: Integrating bee
This commit is contained in:
parent
9dae3aa1d7
commit
cef12864fa
13 changed files with 372 additions and 3 deletions
|
@ -9,6 +9,7 @@ export { default as info } from './prebuild/info'
|
|||
export const list = [
|
||||
'aaron',
|
||||
'albert',
|
||||
'bee',
|
||||
'bella',
|
||||
'benjamin',
|
||||
'bent',
|
||||
|
@ -86,4 +87,4 @@ export const withoutBreasts = [
|
|||
'yuri',
|
||||
]
|
||||
|
||||
export const withBreasts = ['bella', 'breanna', 'cathrin', 'carlita', 'diana', 'simone']
|
||||
export const withBreasts = ['bee', 'bella', 'breanna', 'cathrin', 'carlita', 'diana', 'simone']
|
||||
|
|
|
@ -2,6 +2,7 @@ const path = require('path')
|
|||
const fse = require('fs-extra')
|
||||
const aaron = require('@freesewing/aaron').config
|
||||
const albert = require('@freesewing/albert').config
|
||||
const bee = require('@freesewing/bee').config
|
||||
const bella = require('@freesewing/bella').config
|
||||
const benjamin = require('@freesewing/benjamin').config
|
||||
const bent = require('@freesewing/bent').config
|
||||
|
@ -44,6 +45,7 @@ const yuri = require('@freesewing/yuri').config
|
|||
const patterns = {
|
||||
aaron,
|
||||
albert,
|
||||
bee,
|
||||
bella,
|
||||
benjamin,
|
||||
bent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue