@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Free and Open Source Web Builder Framework",
"version": "0.19.5",
"version": "0.20.0",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
@ -103,8 +103,6 @@ describe('CssRulesView', () => {
const foundStylesContainers = obj.$el.find('div');
expect(foundStylesContainers.length).toEqual(mobileFirstDevices.length);
foundStylesContainers.each((idx, e) => console.log(e.id));
const sortedDevicesWidthMedia = mobileFirstDevices
.map(dvc => dvc.widthMedia)
.sort((left, right) => {