@data-visuals/create 7.4.5 → 7.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-visuals/create",
3
- "version": "7.4.5",
3
+ "version": "7.4.6",
4
4
  "description": "Create graphics and features the Data Visuals way.",
5
5
  "scripts": {
6
6
  "build:docs": "doctoc README.md --github",
@@ -281,7 +281,6 @@ module.exports = async localURL => {
281
281
  const browser = await puppeteer
282
282
  .launch({
283
283
  executablePath: process.env.CHROME_INSTALL_PATH || CHROME_INSTALL_PATH,
284
- headless: 'new',
285
284
  })
286
285
  .catch(err => {
287
286
  logErrorMessage(err);