Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Oct 8, 2024
1 parent 355e88c commit aca63be
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holidays-cs",
"version": "2.0.7",
"version": "2.1.0",
"author": "Roman Ožana <[email protected]> (https://ozana.cz)",
"repository": "OzzyCzech/holidays-cs",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,9 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/*"],
"files": [
"dist/*"
],
"dependencies": {
"easter-date": "0.0.18",
"luxon": "^3.5.0"
Expand All @@ -50,8 +52,13 @@
"extensions": {
"ts": "module"
},
"files": ["test/*"],
"files": [
"test/*"
],
"workerThreads": false,
"nodeArguments": ["--experimental-json-modules", "--no-warnings"]
"nodeArguments": [
"--experimental-json-modules",
"--no-warnings"
]
}
}

0 comments on commit aca63be

Please sign in to comment.