1
0
Fork 0

chore(huey) Removed circumference suffix from measurements

This commit is contained in:
Joost De Cock 2020-06-28 13:10:06 +02:00
parent 639f92ba78
commit 7ebd2aa8e9
6 changed files with 18 additions and 30 deletions

View file

@ -65,17 +65,17 @@ export default {
]
},
measurements: [
'bicepsCircumference',
'chestCircumference',
'headCircumference',
'hipsCircumference',
'biceps',
'chest',
'head',
'hips',
'hpsToWaistBack',
'waistToHips',
'neckCircumference',
'neck',
'shoulderSlope',
'shoulderToShoulder',
'shoulderToWrist',
'wristCircumference'
'wrist'
],
dependencies: {
backBase: 'base',