| Index: third_party/polymer/v0_8/components/paper-styles/bower.json
|
| diff --git a/third_party/polymer/v0_8/components/paper-styles/bower.json b/third_party/polymer/v0_8/components/paper-styles/bower.json
|
| index 9b88a19225836436ebb4f7c782be6fcc7b674d64..c818d34b348aea7032a64080785fb6fafe7d4644 100644
|
| --- a/third_party/polymer/v0_8/components/paper-styles/bower.json
|
| +++ b/third_party/polymer/v0_8/components/paper-styles/bower.json
|
| @@ -1,25 +1,27 @@
|
| {
|
| "name": "paper-styles",
|
| - "version": "0.8.6",
|
| + "version": "1.0.3",
|
| + "description": "Common (global) styles for Material Design elements.",
|
| "authors": [
|
| - "Ian MacLeod <imac@google.com>",
|
| "The Polymer Authors"
|
| ],
|
| - "description": "Common (global) styles for Material Design elements.",
|
| "keywords": [
|
| "web-component",
|
| - "web-components",
|
| - "polymer"
|
| + "polymer",
|
| + "style"
|
| ],
|
| "main": "paper-styles.html",
|
| - "license": "MIT",
|
| - "homepage": "https://github.com/PolymerLabs/paper-styles/",
|
| + "license": "http://polymer.github.io/LICENSE.txt",
|
| + "homepage": "https://github.com/polymerelements/paper-styles/",
|
| "ignore": [
|
| "/.*",
|
| "/demo/"
|
| ],
|
| "dependencies": {
|
| - "polymer": "Polymer/polymer#v0.8.0-rc.7",
|
| - "iron-flex-layout": "PolymerElements/iron-flex-layout#^0.8.0"
|
| + "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
|
| + "polymer": "Polymer/polymer#^1.0.0"
|
| + },
|
| + "devDependencies": {
|
| + "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
| }
|
| }
|
|
|