diff --git a/package.json b/package.json index 267a6be..ef915fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "main": "index.js", "scripts": { @@ -36,5 +36,8 @@ }, "publishConfig": { "registry": "https://registry.npmjs.org/" + }, + "dependencies": { + "@angular/core": "^4.3.4" } }