vue-easter-egg-trigger
Advanced tools
Comparing version 0.1.22 to 0.1.23
# Change Log | ||
All notable changes to the "vue-easter-egg-trigger" plugin will be documented in this file. | ||
## v1.0.0 | ||
April 2021 | ||
## v0.1.23 | ||
April 27, 2021 | ||
[main] Initial release (webdevnerdstuff) |
{ | ||
"name": "vue-easter-egg-trigger", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "This packages makes it nice and easy to add Easter Egg triggers to your Vue site.", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -57,3 +57,3 @@ | ||
pattern | Array | false | The key combination a user does to trigger easter egg. (fallback for keys) | ||
target | String | html | Use this to target DOM elements, Id's, or Class Names. Used with click events. | ||
target | String | div | Use this to target DOM elements, Id's, or Class Names. Used with click events. | ||
withBus | Boolean | true | Determines if a bus event is emitted | ||
@@ -60,0 +60,0 @@ <br> |
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
204071