Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Oct 9, 2016
1 parent 8cb23d9 commit e5010fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-uploader",
"description": "Angular2 File Uploader",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"main": "ng2-uploader.ts",
"typings": "ng2-uploader.d.ts",
Expand All @@ -24,13 +24,13 @@
"uploader"
],
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.2",
"@angular/compiler": "^2.0.2",
"@angular/core": "^2.0.2",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.11",
"typescript": "^2.0.2",
"zone.js": "^0.6.21"
"rxjs": "^5.0.0-beta.12",
"typescript": "^2.0.3",
"zone.js": "^0.6.25"
}
}

0 comments on commit e5010fd

Please sign in to comment.