Skip to content

Commit

Permalink
📝 Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-i committed Nov 17, 2023
1 parent 99b8f59 commit 7c4fb6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
docs/**/*
src/**/*
.git/**/*
.github/**/*

Dockerfile
example.env
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7c4fb6c

Please sign in to comment.