Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Apr 15, 2024
1 parent e2022d1 commit eef7cba
Show file tree
Hide file tree
Showing 2 changed files with 1,546 additions and 46 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "holidays-cs",
"version": "0.1.8",
"author": "Roman Ožana <[email protected]> (https://ozana.cz)",
"repository": "[email protected]:OzzyCzech/holidays-cs.git",
"repository": "OzzyCzech/holidays-cs",
"license": "MIT",
"description": "Public holidays, Easter, name days and important days in the Czech Republic.",
"keywords": [
Expand All @@ -22,6 +22,7 @@
"build": "tsc",
"ava": "NODE_OPTIONS='--import=tsx/esm' ava",
"xo": "xo",
"release": "np --no-release-draft",
"test": "xo && tsc --noEmit && NODE_OPTIONS='--import=tsx/esm' ava"
},
"engines": {
Expand All @@ -33,14 +34,15 @@
"dist/*"
],
"dependencies": {
"easter-date": "0.0.5",
"easter-date": "0.0.7",
"luxon": "^3.4.4",
"namedays-cs": "^0.0.3"
"namedays-cs": "^0.0.5"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.7",
"ava": "^6.1.2",
"np": "^10.0.3",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"xo": "^0.58.0"
Expand Down
Loading

0 comments on commit eef7cba

Please sign in to comment.