Aggiornate versioni dipendenze

This commit is contained in:
Lorenzo Iovino 2017-04-04 15:27:59 +02:00
parent fa661c5060
commit 40addfa6f1

View file

@ -1,6 +1,6 @@
{ {
"name": "ng2-fittext", "name": "ng2-fittext",
"version": "1.0.11", "version": "1.0.12",
"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": {
@ -28,10 +28,10 @@
}, },
"homepage": "https://github.com/lokenxo/ng2-fittext#readme", "homepage": "https://github.com/lokenxo/ng2-fittext#readme",
"dependencies": { "dependencies": {
"@angular/core": "^2.4.0" "@angular/core": "^4.0.1"
}, },
"devDependencies": { "devDependencies": {
"typescript": "~2.0.0" "typescript": "~2.2.2"
}, },
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"