Skip to content

Commit

Permalink
Update description and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Aime committed Jul 14, 2022
1 parent 33295d4 commit fa75fb0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendrical-javascript",
"version": "5.6.1",
"version": "5.7.0",
"description": "Routines for computations on calendars. Extend Date and Intl.DateTimeFormat. Allow custom calendars. Add historical gregorian calendars with custom switching date. Specify date in custom calendar. Helps creating calendars for Ecma TC39's Temporal. Handle week figures. Enhance Intl.DateTimeFormat. Extend Unicode CLDR and ICUs.",
"main": "calendars.js",
"scripts": {
Expand All @@ -12,16 +12,16 @@
},
"keywords": [
"calendar",
"custom calendars",
"custom calendars",
"calendrical computations",
"Date",
"Intl",
"Intl",
"Intl.DateTimeFormat",
"date-format",
"temporal",
"icu4j",
"gregorian calendar"
],
"date-format",
"temporal",
"icu4j",
"gregorian calendar"
],
"author": "Louis-Aimé de Fouquières",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit fa75fb0

Please sign in to comment.