euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit cba618cfc2ba344df343ca2c2de536fa49f14e45 (patch)
parent 4d2d23e1b7e27a249f942ede4afdf585288334aa
Author: Alex Karle <alex@alexkarle.com>
Date:   Fri, 26 Feb 2021 11:19:04 -0500

deps: Lock in Mojolicious::Plugin::Webpack at v 0.13

Each upgrade of this plugin trashes our webpack.config.js (as found out
by ~ckarle), and is hard to diagnose.

I'm ratcheting down the version here in hopes that (1) an initial cpanm
--installdeps "just works" and (2) if it doesn't we at least remember
the version matters :)

Diffstat:
Mcpanfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpanfile b/cpanfile @@ -1,3 +1,3 @@ requires 'Mojolicious'; -requires 'Mojolicious::Plugin::Webpack'; +requires 'Mojolicious::Plugin::Webpack', '== 0.13'; requires 'Class::Tiny';