Skip to content

Commit

Permalink
Update package to @angular, tsconfig in root
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Papa committed Jun 9, 2016
1 parent 5a030f9 commit db14b05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-autosize",
"version": "0.1.0",
"version": "1.0.0",
"description": "Directive that automatically adjusts textarea height to fit content",
"repository": {
"type": "git",
Expand All @@ -15,14 +15,14 @@
"autosize",
"textarea",
"elastic",
"height"
"height",
"@angular"
],
"author": "Steve Papa <dev@stevepapa.com>",
"main": "angular2-autosize.ts",
"license": "MIT",
"devDependencies": {
"angular2": "2.0.0-beta.0",
"@angular": "2.0.0-beta.0",
"typescript": "^1.7.3",
"zone.js": "0.5.10"
}
}
File renamed without changes.

0 comments on commit db14b05

Please sign in to comment.