Skip to content

Commit

Permalink
extension
Browse files Browse the repository at this point in the history
  • Loading branch information
philcockfield committed Jan 8, 2024
1 parent 578e571 commit 5c99962
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 @@ -7,7 +7,7 @@
"test": "ts-mocha -p tsconfig.json src/**/*.TEST.ts",
"build": "tsc",
"prepublish": "npm test && rm -rf ./lib && npm run build",
"gen:hashtype": "ts-node-esm -T ./script.ts/generate-hashtype.mts"
"gen:hashtype": "ts-node-esm -T ./script.ts/generate-hashtype.ts"
},
"dependencies": {
"@types/ramda": "0.29.3",
Expand Down

0 comments on commit 5c99962

Please sign in to comment.