Ref changed folder structure and lib

This commit is contained in:
Lorenzo Iovino 2024-01-10 01:18:38 +01:00
parent f2a8edb15f
commit 26b739726f
18 changed files with 160 additions and 107 deletions

View file

@ -1,39 +0,0 @@
{
"name": "ng2-fittext",
"version": "1.3.2",
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
"keywords": [
"ng2-fittext",
"fittext",
"angular",
"angular 2",
"angular 4",
"angular 5",
"angular 6",
"angular 7",
"angular 8",
"angular 9",
"angular 10",
"angular 11",
"angular 12",
"angular 13",
"angular 14",
"angular 15",
"angular 16",
"angular 17",
"fit text",
"responsive text",
"responsive font size",
"font size"
],
"author": "Lorenzo Iovino",
"license": "MIT",
"ngPackage": {
"lib": {
"entryFile": "./ng2-fittext.module.ts"
}
},
"repository": {
"url": "https://github.com/thisloke/ng2-fittext.git"
}
}