Skip to content

Commit

Permalink
v 1.1.4 / update for ng-5
Browse files Browse the repository at this point in the history
  • Loading branch information
sollenne committed Nov 8, 2017
1 parent e86999c commit 3f72005
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed dist/ng4-fittext-1.1.3.tgz
Binary file not shown.
Binary file added dist/ng4-fittext-1.1.4.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng4-fittext",
"version": "1.1.3",
"version": "1.1.4",
"description": "An Angular4.* directive to auto-scale the font-size of an element to fit it's parent element.",
"main": "bundles/ng4-fittext.umd.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/sollenne/ng4-fittext#readme",
"dependencies": {
"@angular/core": "^5.0.0",
"@angular/core": "^5.0.1",
"rxjs": "^5.5.2",
"zone.js": "^0.8.18"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng4-fittext",
"version": "1.1.3",
"version": "1.1.4",
"description": "An Angular4.* directive to auto-scale the font-size of an element to fit it's parent element.",
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/sollenne/ng4-fittext#readme",
"dependencies": {
"@angular/core": "^5.0.0",
"@angular/core": "^5.0.1",
"rxjs": "^5.5.2",
"zone.js": "^0.8.18"
},
Expand Down

0 comments on commit 3f72005

Please sign in to comment.