@polymer/iron-a11y-keys-behavior
Advanced tools
Comparing version 3.0.0-pre.10 to 3.0.0-pre.11
@@ -1,4 +0,5 @@ | ||
import { html } from '../../polymer/polymer.js'; | ||
import '../../polymer/polymer.js'; | ||
import { IronA11yKeysBehavior } from '../iron-a11y-keys-behavior.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
/** | ||
@@ -5,0 +6,0 @@ @license |
{ | ||
"name": "@polymer/iron-a11y-keys-behavior", | ||
"flat": true, | ||
"version": "3.0.0-pre.10", | ||
"description": "A behavior that enables keybindings for greater a11y.", | ||
"contributors": [ | ||
"The Polymer Authors" | ||
], | ||
"keywords": [ | ||
@@ -16,3 +10,2 @@ "web-components", | ||
], | ||
"main": "iron-a11y-keys-behavior.html", | ||
"repository": { | ||
@@ -22,7 +15,7 @@ "type": "git", | ||
}, | ||
"name": "@polymer/iron-a11y-keys-behavior", | ||
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0-pre.10" | ||
}, | ||
"devDependencies": { | ||
"@polymer/gen-typescript-declarations": "^1.2.0", | ||
"bower": "^1.8.0", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.10", | ||
@@ -35,2 +28,6 @@ "@polymer/iron-component-page": "^3.0.0-pre.10", | ||
}, | ||
"scripts": { | ||
"update-types": "bower install && gen-typescript-declarations --deleteExisting --outDir ." | ||
}, | ||
"version": "3.0.0-pre.11", | ||
"resolutions": { | ||
@@ -41,3 +38,8 @@ "inherits": "2.0.3", | ||
"type-detect": "1.0.0" | ||
}, | ||
"main": "iron-a11y-keys-behavior.js", | ||
"author": "The Polymer Authors", | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0-pre.10" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40472
8
483