Skip to content

Commit c869f76

Browse files
fix: CI errors
1 parent d2c2c72 commit c869f76

File tree

1 file changed

+8
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/beta/kurtosis

1 file changed

+8
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/beta/kurtosis/manifest.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"libraries": [],
3939
"libpath": [],
4040
"dependencies": [
41-
"@stdlib/math/base/napi/binary"
41+
"@stdlib/math/base/napi/binary",
42+
"@stdlib/constants/float64/eps"
4243
]
4344
},
4445
{
@@ -52,7 +53,9 @@
5253
],
5354
"libraries": [],
5455
"libpath": [],
55-
"dependencies": []
56+
"dependencies": [
57+
"@stdlib/constants/float64/eps"
58+
]
5659
},
5760
{
5861
"task": "examples",
@@ -65,7 +68,9 @@
6568
],
6669
"libraries": [],
6770
"libpath": [],
68-
"dependencies": []
71+
"dependencies": [
72+
"@stdlib/constants/float64/eps"
73+
]
6974
}
7075
]
7176
}

0 commit comments

Comments
 (0)