We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34942e0 commit 9d17455Copy full SHA for 9d17455
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng2-fittext",
3
- "version": "1.0.23",
+ "version": "1.0.24",
4
"description": "An Angular2 directive for autoscale the font size of an element to fit an upper level container.",
5
"main": "index.js",
6
"scripts": {
@@ -36,5 +36,8 @@
36
},
37
"publishConfig": {
38
"registry": "https://registry.npmjs.org/"
39
+ },
40
+ "dependencies": {
41
+ "@angular/core": "^4.3.4"
42
}
43
0 commit comments