Skip to content

Commit 7b5c069

Browse files
fix: get npmjs to display ts-badge again
1 parent 037f4c7 commit 7b5c069

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unixcrypt",
3-
"version": "2.0.1",
3+
"version": "2.0.3",
44
"description": "Node.js implementation of Unixcrypt, specifically SHA-256 and SHA-512",
55
"type": "module",
66
"exports": {
@@ -11,6 +11,7 @@
1111
}
1212
}
1313
},
14+
"types": "./dist/index.d.ts",
1415
"scripts": {
1516
"build": "rimraf dist && tsc",
1617
"clean": "rimraf dist",

0 commit comments

Comments
 (0)