```js "sets": { "touch-phone": "@bem-components/touch-phone common touch touch-phone", ``` → ``` "sets": { "touch-phone": [ {library: 'bem-components', set: 'touch-phone'}, {set: 'common'}, {set: 'touch'}, {set: 'touch-phone'} ] ```
→