chore(router): bump up version number
This commit is contained in:
parent
f444c11d21
commit
ef1eadadcd
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@angular/router",
|
"name": "@angular/router",
|
||||||
"version": "3.0.0-beta.2",
|
"version": "3.0.0-rc.1",
|
||||||
"description": "",
|
"description": "Angular 2 Router",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"jsnext:main": "esm/index.js",
|
"jsnext:main": "esm/index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/angular/angular/issues"
|
"url": "https://github.com/angular/angular/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/angular/angular#readme",
|
"homepage": "https://github.com/angular/angular/blob/master/modules/%40angular/router/README.md",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/core": "0.0.0-PLACEHOLDER",
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
||||||
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
||||||
|
|
Loading…
Reference in New Issue