mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-15 03:36:11 +01:00
[BUGFIX] Add missing package-lock file (#15)
This commit is contained in:
parent
d1a97b9be8
commit
b0fb2c308e
2 changed files with 2685 additions and 3 deletions
|
@ -5,7 +5,7 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'description' => 'Mjml view using mjml over npm',
|
||||
'category' => 'misc',
|
||||
'shy' => 0,
|
||||
'version' => '1.0.0',
|
||||
'version' => '1.0.1',
|
||||
'state' => 'stable',
|
||||
'clearCacheOnLoad' => 1,
|
||||
'author' => '',
|
||||
|
@ -17,8 +17,8 @@ $EM_CONF[$_EXTKEY] = [
|
|||
],
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'php' => '7.0.0-0.0.0',
|
||||
'typo3' => '8.7.*',
|
||||
'php' => '7.1.0-7.2.99',
|
||||
'typo3' => '8.7.0-8.7.99',
|
||||
'extbase' => '',
|
||||
],
|
||||
'conflicts' => [
|
||||
|
|
2682
package-lock.json
generated
Normal file
2682
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue