Skip to content

Commit e8bfa6c

Browse files
committed
1.0.2
1 parent 2638083 commit e8bfa6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recursive-free",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Recursive without stack overflow",
55
"main": "dist/index.js",
66
"scripts": {
@@ -16,5 +16,6 @@
1616
"license": "MIT",
1717
"devDependencies": {
1818
"typescript": "^4.8.3"
19-
}
19+
},
20+
"types": "dist/index.d.ts"
2021
}

0 commit comments

Comments
 (0)