@lrnwebcomponents/a11y-gif-player
Advanced tools
Comparing version 2.6.14 to 2.6.16
@@ -15,3 +15,3 @@ { | ||
}, | ||
"version": "2.6.14", | ||
"version": "2.6.16", | ||
"description": "Play gifs in an accessible way by having the user click to play their animation", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"main": "a11y-gif-player.js", | ||
"module": "a11y-gif-player.es6.js", | ||
"module": "a11y-gif-player.js", | ||
"umd": "a11y-gif-player.umd.js", | ||
@@ -30,7 +30,7 @@ "scripts": { | ||
"start": "yarn run dev", | ||
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/rollup -c && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}' && wca analyze \"**/*.js\" --format vscode --outFile vscode-html-custom-data.json", | ||
"build": "../../node_modules/.bin/gulp --gulpfile=gulpfile.cjs && ../../node_modules/.bin/rollup -c && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}' && wca analyze \"**/*.js\" --format vscode --outFile vscode-html-custom-data.json", | ||
"dev": "../../node_modules/.bin/concurrently --kill-others \"yarn run watch\" \"yarn run serve\"", | ||
"watch": "../../node_modules/.bin/gulp dev", | ||
"watch": "../../node_modules/.bin/gulp dev --gulpfile=gulpfile.cjs", | ||
"serve": "../../node_modules/.bin/es-dev-server -c ../../es-dev-server.config.js", | ||
"lighthouse": "../../node_modules/.bin/gulp lighthouse" | ||
"lighthouse": "../../node_modules/.bin/gulp lighthouse --gulpfile=gulpfile.cjs" | ||
}, | ||
@@ -42,4 +42,4 @@ "author": { | ||
"dependencies": { | ||
"@lrnwebcomponents/schema-behaviors": "^2.6.14", | ||
"@lrnwebcomponents/simple-tooltip": "^2.6.12", | ||
"@lrnwebcomponents/schema-behaviors": "^2.6.16", | ||
"@lrnwebcomponents/simple-tooltip": "^2.6.16", | ||
"@polymer/iron-image": "^3.0.0", | ||
@@ -49,4 +49,4 @@ "lit-element": "^2.3.0" | ||
"devDependencies": { | ||
"@lrnwebcomponents/deduping-fix": "^2.6.12", | ||
"@lrnwebcomponents/storybook-utilities": "^2.6.14", | ||
"@lrnwebcomponents/deduping-fix": "^2.6.16", | ||
"@lrnwebcomponents/storybook-utilities": "^2.6.16", | ||
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
@@ -71,3 +71,3 @@ "@polymer/iron-demo-helpers": "3.1.0", | ||
], | ||
"gitHead": "59d4f74a9d1711b830d5cd68ace0ee00c821d87f" | ||
"gitHead": "762cdc6f110d140df109da91653a5cd58db1aca5" | ||
} |
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
105205
1993