changed composer name to new reference and added intentionally an line in the main.js to throw an error in administration when compiling js files
This commit is contained in:
parent
9de9695c8d
commit
0b9a558727
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "melvinachterhuis/turnstile-shopware6-plugin",
|
"name": "slinicraftet204/turnstileremaster",
|
||||||
"description": "CloudFlare Turnstile Captcha",
|
"description": "CloudFlare Turnstile Captcha",
|
||||||
"version": "0.1.06-alpha",
|
"version": "0.1.07-alpha",
|
||||||
"type": "shopware-platform-plugin",
|
"type": "shopware-platform-plugin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -2,4 +2,5 @@
|
|||||||
import './module/sw-settings-basic-information/component/sw-settings-captcha-select-v2';
|
import './module/sw-settings-basic-information/component/sw-settings-captcha-select-v2';
|
||||||
|
|
||||||
// Debug log to confirm this file is loaded
|
// Debug log to confirm this file is loaded
|
||||||
console.log('[TurnstileReMaster] Admin main.js loaded.');
|
console.log('[TurnstileReMaster] Admin main.js loaded.');
|
||||||
|
THIS LINE NORMALLY WILL CAUSE AN ERROR
|
Loading…
x
Reference in New Issue
Block a user