updated version 1.0.24

This commit is contained in:
Lorenzo Iovino 2017-08-24 09:46:51 +02:00
parent 34942e0852
commit 9d174550f5

View file

@ -1,6 +1,6 @@
{ {
"name": "ng2-fittext", "name": "ng2-fittext",
"version": "1.0.23", "version": "1.0.24",
"description": "An Angular2 directive for autoscale the font size of an element to fit an upper level container.", "description": "An Angular2 directive for autoscale the font size of an element to fit an upper level container.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -36,5 +36,8 @@
}, },
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@angular/core": "^4.3.4"
} }
} }