Release 1.4.2

This commit is contained in:
Lorenzo Iovino 2024-01-30 16:09:50 +01:00
parent 2d228edde5
commit 888b5c6617
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"release:minor": "cd ./projects/lib/ && npm version minor",
"release:major": "cd ./projects/lib/ && npm version major",
"release:patch": "cd ./projects/lib/ && npm version patch",
"pack": "npm run build lib"
"pack": "npm run build lib && cp ./README.md ./dist/lib/README.md"
},
"private": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "ng2-fittext",
"version": "1.4.1",
"version": "1.4.3",
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
"keywords": [
"ng2-fittext",