Commit 45e4973a by Budi Irawan

fix json format in gii/generators/extension/default

parent fd8828cf
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "<?= $generator->vendorName ?>/<?= $generator->packageName ?>", "name": "<?= $generator->vendorName ?>/<?= $generator->packageName ?>",
"description": "<?= $generator->description ?>", "description": "<?= $generator->description ?>",
"type": "<?= $generator->type ?>", "type": "<?= $generator->type ?>",
"keywords": <?= $generator->keywordsArrayJson ?>, "keywords": "<?= $generator->keywordsArrayJson ?>",
"license": "<?= $generator->license ?>", "license": "<?= $generator->license ?>",
"authors": [ "authors": [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment