From 9edb678aac6ce4cdb80c3421cd45403fb1a8df88 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 24 Apr 2023 03:18:41 +0200 Subject: [PATCH] Use Mvn --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2dbefc6..7596882 100755 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ ], "customUserAttributes": [ "your-custom-attribute" - ] + ], + "bundler": "mvn" }, "author": "u/garronej", "license": "MIT",