mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Alphabetically sorted dependencies in package.json
no-issue When installing new packages yarn sorts them alphabetically, this meant that installing/updating packages would have extra changes which would be noisy either to developers or the git history.
This commit is contained in:
parent
01f2f36547
commit
9447165e0a
1 changed files with 4 additions and 4 deletions
|
@ -96,14 +96,14 @@
|
|||
"markdown-it-lazy-headers": "0.1.3",
|
||||
"markdown-it-mark": "2.0.0",
|
||||
"metascraper": "5.6.6",
|
||||
"metascraper-url": "5.6.6",
|
||||
"metascraper-title": "5.6.6",
|
||||
"metascraper-description": "5.6.6",
|
||||
"metascraper-author": "5.6.6",
|
||||
"metascraper-publisher": "5.6.6",
|
||||
"metascraper-description": "5.6.6",
|
||||
"metascraper-image": "5.6.6",
|
||||
"metascraper-logo": "5.6.6",
|
||||
"metascraper-logo-favicon": "5.6.6",
|
||||
"metascraper-publisher": "5.6.6",
|
||||
"metascraper-title": "5.6.6",
|
||||
"metascraper-url": "5.6.6",
|
||||
"mobiledoc-dom-renderer": "0.6.6",
|
||||
"moment": "2.24.0",
|
||||
"moment-timezone": "0.5.23",
|
||||
|
|
Loading…
Reference in a new issue