mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-11 10:46:15 +09:00
Update luxon
This commit is contained in:
Generated
+5
-5
@@ -14,7 +14,7 @@
|
||||
"commander": "^5.0.0",
|
||||
"compare-versions": "^3.6.0",
|
||||
"inquirer": "^7.1.0",
|
||||
"luxon": "^1.23.0",
|
||||
"luxon": "^3.4.4",
|
||||
"request": "^2.88.2",
|
||||
"request-promise-native": "^1.0.8",
|
||||
"turndown": "^7.0.0",
|
||||
@@ -1254,11 +1254,11 @@
|
||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
||||
},
|
||||
"node_modules/luxon": {
|
||||
"version": "1.28.1",
|
||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz",
|
||||
"integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==",
|
||||
"version": "3.4.4",
|
||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz",
|
||||
"integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/mime-db": {
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
"commander": "^5.0.0",
|
||||
"compare-versions": "^3.6.0",
|
||||
"inquirer": "^7.1.0",
|
||||
"luxon": "^1.23.0",
|
||||
"luxon": "^3.4.4",
|
||||
"request": "^2.88.2",
|
||||
"request-promise-native": "^1.0.8",
|
||||
"turndown": "^7.0.0",
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ exports.markdown_file_write_delay = 25;
|
||||
exports.include_time_with_date = false;
|
||||
|
||||
// override post date formatting with a custom formatting string (for example: 'yyyy LLL dd')
|
||||
// tokens are documented here: https://moment.github.io/luxon/docs/manual/formatting.html#table-of-tokens
|
||||
// tokens are documented here: https://moment.github.io/luxon/#/parsing?id=table-of-tokens
|
||||
// if set, this takes precedence over include_time_with_date
|
||||
exports.custom_date_formatting = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user