| Index: third_party/polymer/v1_0/components-chromium/app-route/bower.json
|
| diff --git a/third_party/polymer/v1_0/components-chromium/carbon-route/bower.json b/third_party/polymer/v1_0/components-chromium/app-route/bower.json
|
| similarity index 84%
|
| rename from third_party/polymer/v1_0/components-chromium/carbon-route/bower.json
|
| rename to third_party/polymer/v1_0/components-chromium/app-route/bower.json
|
| index 8ab8b66a29e6f7eb837cc26f4b6b910aa23e6e13..0e5f81fb81f4071e6497256121b70a8e0ee519f4 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/carbon-route/bower.json
|
| +++ b/third_party/polymer/v1_0/components-chromium/app-route/bower.json
|
| @@ -1,17 +1,17 @@
|
| {
|
| - "name": "carbon-route",
|
| - "version": "0.8.4",
|
| + "name": "app-route",
|
| + "version": "0.9.1",
|
| "authors": [
|
| "The Polymer Authors"
|
| ],
|
| "description": "App routing expressed as Polymer Custom Elements.",
|
| "main": [
|
| - "carbon-route.html",
|
| - "carbon-location.html",
|
| - "carbon-route-converter.html"
|
| + "app-route.html",
|
| + "app-location.html",
|
| + "app-route-converter.html"
|
| ],
|
| "license": "http://polymer.github.io/LICENSE.txt",
|
| - "homepage": "https://github.com/PolymerElements/carbon-route",
|
| + "homepage": "https://github.com/PolymerElements/app-route",
|
| "private": true,
|
| "ignore": [],
|
| "devDependencies": {
|
|
|