Skip to content

Commit

Permalink
update: add typings to package.json and update dependencies to RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Sep 15, 2016
1 parent fdb99b1 commit 66f7ef6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "ng2-uploader",
"description": "Angular2 File Uploader",
"version": "1.0.2",
"version": "1.1.0",
"license": "MIT",
"main": "ng2-uploader.ts",
"typings": "ng2-uploader.d.ts",
"author": "Jan Kuri <[email protected]>",
"scripts": {
"clean": "./scripts/clean.sh",
Expand All @@ -23,13 +24,13 @@
"uploader"
],
"devDependencies": {
"@angular/common": "^2.0.0-rc.6",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/core": "^2.0.0-rc.6",
"@angular/common": "^2.0.0-rc.7",
"@angular/compiler": "^2.0.0-rc.7",
"@angular/core": "^2.0.0-rc.7",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.11",
"typescript": "^2.0.2",
"zone.js": "^0.6.17"
"zone.js": "^0.6.21"
}
}

0 comments on commit 66f7ef6

Please sign in to comment.