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

Side by Side Diff: third_party/polymer/components/paper-toast/bower.json

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "paper-toast", 2 "name": "paper-toast",
3 "version": "1.3.0", 3 "version": "1.3.1",
4 "description": "A material design notification toast", 4 "description": "A material design notification toast",
5 "private": true, 5 "private": true,
6 "license": "http://polymer.github.io/LICENSE.txt", 6 "license": "http://polymer.github.io/LICENSE.txt",
7 "authors": [ 7 "authors": [
8 "The Polymer Authors" 8 "The Polymer Authors"
9 ], 9 ],
10 "keywords": [ 10 "keywords": [
11 "web-components", 11 "web-components",
12 "polymer", 12 "polymer",
13 "toast", 13 "toast",
(...skipping 12 matching lines...) Expand all
26 }, 26 },
27 "devDependencies": { 27 "devDependencies": {
28 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", 28 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
29 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", 29 "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
30 "paper-button": "PolymerElements/paper-button#^1.0.0", 30 "paper-button": "PolymerElements/paper-button#^1.0.0",
31 "web-component-tester": "^4.0.0", 31 "web-component-tester": "^4.0.0",
32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
33 }, 33 },
34 "ignore": [] 34 "ignore": []
35 } 35 }
OLDNEW
« no previous file with comments | « third_party/polymer/components/paper-toast/README.md ('k') | third_party/polymer/components/paper-toast/demo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698