Skip to content

Commit afa169f

Browse files
committed
Chore:
- Minor adjustments;
1 parent f57d1d0 commit afa169f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please feel free to open pull request or create an issue, they are more than wel
88

99
## Authors
1010

11-
The code was taken and adapted from `symfony/webpack-encore-bundle` that was created by [Symfony Community](https://symfony.com/contributors) and [Fabien Potencier](mailto:[email protected]) in particular
11+
The code was taken and adapted from `symfony/webpack-encore-bundle` that was created by [Symfony Community](https://symfony.com/contributors) and [Fabien Potencier](mailto:[email protected]) in particular.
1212
Adapted for Micro framework plugin by Oleksii Bulba.
1313

1414
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"name": "Oleksii Bulba",
2323
"email": "[email protected]"
2424
}
25-
]
26-
}
25+
],
26+
"config": {
27+
"sort-packages": true
28+
}
29+
}

0 commit comments

Comments
 (0)