diff --git a/.eslintignore b/.eslintignore index 9e453d5b..d6579219 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,6 @@ node_modules dist templates -webroot spec .eslintrc.json lib diff --git a/package.json b/package.json index a259d646..9d5eb04c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerbi-visuals-tools", - "version": "5.3.0", + "version": "5.4.0", "description": "Command line tool for creating and publishing visuals for Power BI", "main": "./bin/pbiviz.js", "type": "module",