Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Jan 15, 2025
1 parent a561823 commit 2df61c5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "international-days-cs",
"version": "1.1.2",
"version": "1.1.3",
"author": "Roman Ožana <roman@ozana.cz> (https://ozana.cz)",
"repository": "OzzyCzech/international-days-cs",
"license": "MIT",
"description": "International and national days in Czech language",
"keywords": ["czechia", "czech republic", "czech language", "international days", "mezinárodní dny", "národní dny"],
"keywords": [
"czechia",
"czech republic",
"czech language",
"international days",
"mezinárodní dny",
"národní dny"
],
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
Expand All @@ -25,7 +32,9 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/luxon": "^3.4.2",
Expand Down

0 comments on commit 2df61c5

Please sign in to comment.