diff --git a/netlify.toml b/netlify.toml index 3a06382..84e6c29 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,2 +1,2 @@ -publish = "dist/" +publish = "dist" command = "npm run build" \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5d149a4..f7f2388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bom2table", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "csvtojson": "^2.0.10", diff --git a/package.json b/package.json index 139cce5..b2a2d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bom2table", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "index.html", "scripts": {