Skip to content

Commit

Permalink
Merge pull request #108 from davidmz/patch-1
Browse files Browse the repository at this point in the history
Move "@types/luxon" to the "dependencies" section
  • Loading branch information
mceachen authored Jan 15, 2022
2 parents 9e9b376 + 8875ff7 commit aec4f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"@types/fs-extra": "^9.0.13",
"@types/globule": "^1.1.4",
"@types/he": "^1.1.2",
"@types/luxon": "^2.0.8",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.2",
"@types/progress": "^2.0.5",
Expand Down Expand Up @@ -108,6 +107,7 @@
"xpath": "^0.0.32"
},
"dependencies": {
"@types/luxon": "^2.0.8",
"batch-cluster": "^8.0.1",
"he": "^1.2.0",
"luxon": "^2.2.0",
Expand Down

0 comments on commit aec4f5f

Please sign in to comment.