Skip to content

Commit

Permalink
Rev version
Browse files Browse the repository at this point in the history
  • Loading branch information
flivni committed Jun 27, 2017
1 parent 19a7409 commit 4b590f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic2-autosize",
"version": "1.1.1",
"version": "1.1.2",
"description": "Directive that automatically adjusts textarea height to fit content",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"homepage": "https://github.com/flivni/ionic2-autosize#readme",
"peerDependencies": {
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/compiler-cli": "4.0.0",
"@angular/core": "4.0.0",
"@angular/platform-browser": "4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@types/node": "^6.0.49",
"rxjs": ">=5.0.0-beta.12",
"typescript": "^2.0.3"
Expand Down

0 comments on commit 4b590f9

Please sign in to comment.