Skip to content

Commit 9e61e75

Browse files
committed
feat: including types definition in npm module
1 parent 50e0cca commit 9e61e75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"files": [
1818
"LICENSE",
1919
"README.md",
20-
"randm.js"
20+
"randm.js",
21+
"randm.d.ts"
2122
],
2223
"types": "randm.d.ts",
2324
"engines": {

0 commit comments

Comments
 (0)