Skip to content

Commit 7c6ba41

Browse files
Update version
1 parent 101d4bf commit 7c6ba41

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/vue-easter-egg-trigger.cjs.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-easter-egg-trigger.es.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { defineComponent as D, inject as O, reactive as l, watchEffect as R, onM
22
import { includes as m, isEqual as U, uniq as E } from "lodash";
33
/**
44
* @name @wdns/vue-easter-egg-trigger
5-
* @version 3.0.0
6-
* @description This packages makes it nice and easy to add Easter Egg triggers to your Vue site.
5+
* @version 3.0.1
6+
* @description Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.
77
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
88
* @copyright Copyright 2024, WebDevNerdStuff
99
* @homepage https://github.com/webdevnerdstuff/vue-easter-egg-trigger

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vue-easter-egg-trigger",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)