chore(routing): update routing package

This commit is contained in:
Dan Bucholtz
2018-02-06 00:13:41 -06:00
parent f1719cd8d0
commit 97baabde93
96 changed files with 39228 additions and 346 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "@angular/router",
"version": "6.0.0-beta.2-8c5c0dac1",
"description": "Angular - the routing library",
"main": "./bundles/router.umd.js",
"module": "./esm5/router.js",
"es2015": "./esm2015/router.js",
"typings": "./router.d.ts",
"keywords": [
"angular",
"router"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular.git"
},
"author": "angular",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular/issues"
},
"homepage": "https://github.com/angular/angular/tree/master/packages/router",
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@angular/core": "6.0.0-beta.2-8c5c0dac1",
"@angular/common": "6.0.0-beta.2-8c5c0dac1",
"@angular/platform-browser": "6.0.0-beta.2-8c5c0dac1",
"rxjs": "^5.5.0"
}
}