Skip to content

Commit 01db04d

Browse files
fix(sourcemaps): includes src/ in package distribution (#72)
* fix(sourcemaps): includes `src/` in package distribution * bump v
1 parent 046c34d commit 01db04d

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,9 +1,10 @@
11
{
22
"name": "exponential-backoff",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A utility that allows retrying a function with an exponential delay between attempts.",
55
"files": [
6-
"dist/"
6+
"dist/",
7+
"src/"
78
],
89
"main": "dist/backoff.js",
910
"types": "dist/backoff.d.ts",

0 commit comments

Comments
 (0)