1
0
Fork 0

chore: Integrating bee

This commit is contained in:
joostdecock 2021-10-15 16:21:38 +02:00
parent 9dae3aa1d7
commit cef12864fa
13 changed files with 372 additions and 3 deletions

View file

@ -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']

View file

@ -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,