Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: polymer_1.2.3/bower_components/paper-toolbar/bower.json

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: polymer_1.2.3/bower_components/paper-toolbar/bower.json
diff --git a/polymer_1.0.4/bower_components/paper-toolbar/bower.json b/polymer_1.2.3/bower_components/paper-toolbar/bower.json
similarity index 82%
copy from polymer_1.0.4/bower_components/paper-toolbar/bower.json
copy to polymer_1.2.3/bower_components/paper-toolbar/bower.json
index 26a02b619fb0c18aa3e970a6e767b805d6ff3b67..61c34ebad821684bc73f3ce958bb754f8056d7f4 100644
--- a/polymer_1.0.4/bower_components/paper-toolbar/bower.json
+++ b/polymer_1.2.3/bower_components/paper-toolbar/bower.json
@@ -1,12 +1,10 @@
{
"name": "paper-toolbar",
- "version": "1.0.2",
+ "version": "1.1.2",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "A material design toolbar that is easily customizable",
"private": true,
- "main": [
- "paper-toolbar.html"
- ],
+ "main": "paper-toolbar.html",
"authors": [
"The Polymer Authors"
],
@@ -22,14 +20,16 @@
},
"dependencies": {
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "polymer": "Polymer/polymer#^1.0.0"
+ "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
+ "polymer": "Polymer/polymer#^1.2.0"
},
"devDependencies": {
+ "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- }
+ },
+ "ignore": []
}
« no previous file with comments | « polymer_1.2.3/bower_components/paper-toolbar/README.md ('k') | polymer_1.2.3/bower_components/paper-toolbar/demo/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698