Skip to content

Commit

Permalink
Update package -- add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Oct 8, 2024
1 parent 3176b2d commit 9efcc9f
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
},
"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 @@ -52,13 +50,8 @@
"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 9efcc9f

Please sign in to comment.