18f76a6190
This change runs all tests with Shadow DOM both on and off (in supported browsers). It also fixes issues that needed to be addressed due to a lack of understanding about Shadow DOM in light of it not being turned on. For more info on where 99% of the issues were, visit https://www.polymer-project.org/1.0/docs/devguide/local-dom.html This also removes a test-fixture dep and moves to webcomponents-lite.js per https://github.com/PolymerElements/polymer-starter-kit/issues/473 Change-Id: I93889d99442af5ecfc0165f45373c8a24fb74e0d
18 lines
557 B
JSON
18 lines
557 B
JSON
{
|
|
"name": "polygerrit",
|
|
"version": "0.0.0",
|
|
"description": "Gerrit UI in Polymer; DO NOT PUBLISH, used only for dependency management",
|
|
"private": true,
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#1.2.2",
|
|
"page": "visionmedia/page.js#1.6.4",
|
|
"iron-ajax": "PolymerElements/iron-ajax#1.1.0",
|
|
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#1.0.3",
|
|
"iron-input": "PolymerElements/iron-input#1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"web-component-tester": "*",
|
|
"iron-test-helpers": "PolymerElements/iron-test-helpers"
|
|
}
|
|
}
|