Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Oct 23, 2024
1 parent 1550a40 commit 349a3b2
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.1.1",
"version": "2.1.2",
"author": "Roman Ožana <[email protected]> (https://ozana.cz)",
"repository": "OzzyCzech/holidays-cs",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,9 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/*"],
"files": [
"dist/*"
],
"dependencies": {
"easter-date": "0.0.19",
"luxon": "^3.5.0"
Expand All @@ -51,8 +53,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 349a3b2

Please sign in to comment.