diff --git a/.npmignore b/.npmignore index b5ce29d..cf8484f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ docs/**/* src/**/* .git/**/* +.github/**/* Dockerfile example.env diff --git a/README.md b/README.md index 634bc7e..0d8fa91 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ This project improves the original project in the following ways: * Removed unnecessary options which previously bloated the code * Better SVG generation with individual SVG-files instead of inline SVG strings * SVG styling CSS moved to an individual file to facilitate intellisense and linting -* Improved the file structure with Domain Driven Design (DDD) +* Improved the file structure and code coupling with Domain Driven Design (DDD) * Added the option to disable the legend * Made Github action independent of running server * *TODO: Added automated tests* diff --git a/package.json b/package.json index eb742c6..887e529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "psi-svg", - "version": "1.0.6", + "version": "1.0.7", "description": "Generates a SVG of a given url's PageSpeed Insights statistics via a http endpoint or a cli command.", "main": "dist/presentation/cli/index.js", "scripts": {