Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Oct 23, 2024
1 parent 034ea61 commit 1550a40
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 @@ -32,9 +32,7 @@
},
"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 @@ -53,13 +51,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 1550a40

Please sign in to comment.