chore: update to v.2.0.2
Showing
... | ... | @@ -20,19 +20,24 @@ |
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE" | ||
} | ||
], | ||
"dependencies": { | ||
"@angular/common": "~2.0.1", | ||
"@angular/compiler": "~2.0.1", | ||
"@angular/core": "~2.0.1", | ||
"@angular/forms": "~2.0.1", | ||
"@angular/http": "~2.0.1", | ||
"@angular/platform-browser": "~2.0.1", | ||
"@angular/platform-browser-dynamic": "~2.0.1", | ||
"@angular/router": "~3.0.1", | ||
"@angular/upgrade": "~2.0.1", | ||
"@angular/common": "~2.0.2", | ||
"@angular/compiler": "~2.0.2", | ||
"@angular/core": "~2.0.2", | ||
"@angular/forms": "~2.0.2", | ||
"@angular/http": "~2.0.2", | ||
"@angular/platform-browser": "~2.0.2", | ||
"@angular/platform-browser-dynamic": "~2.0.2", | ||
"@angular/router": "~3.0.2", | ||
"@angular/upgrade": "~2.0.2", | ||
"angular-in-memory-web-api": "~0.1.1", | ||
"angular-in-memory-web-api": "~0.1.5", | ||
"bootstrap": "^3.3.7", | ||
"systemjs": "0.19.39", | ||
"core-js": "^2.4.1", | ||
... | ... |
Please register or sign in to comment