Skip to content

Commit 9d17455

Browse files
author
Lorenzo Iovino
committed
updated version 1.0.24
1 parent 34942e0 commit 9d17455

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-fittext",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "An Angular2 directive for autoscale the font size of an element to fit an upper level container.",
55
"main": "index.js",
66
"scripts": {
@@ -36,5 +36,8 @@
3636
},
3737
"publishConfig": {
3838
"registry": "https://registry.npmjs.org/"
39+
},
40+
"dependencies": {
41+
"@angular/core": "^4.3.4"
3942
}
4043
}

0 commit comments

Comments
 (0)