Skip to content

Commit

Permalink
Move "@types/ramda" to {dependencies}
Browse files Browse the repository at this point in the history
Issue #32
  • Loading branch information
philcockfield committed Jul 8, 2023
1 parent d77fb8a commit 2d7038c
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 @@ -10,6 +10,7 @@
"gen:hashtype": "ts-node-esm -T ./script.ts/generate-hashtype.ts"
},
"dependencies": {
"@types/ramda": "0.29.3",
"fs-extra": "11.1.1",
"ramda": "0.29.0"
},
Expand All @@ -18,7 +19,6 @@
"@types/expect": "24.3.0",
"@types/fs-extra": "11.0.1",
"@types/mocha": "10.0.1",
"@types/ramda": "0.29.3",
"chai": "4.3.7",
"mocha": "10.2.0",
"ts-mocha": "10.0.0",
Expand Down

0 comments on commit 2d7038c

Please sign in to comment.