Skip to content

Commit 6dff3f6

Browse files
committed
build: fix missing dep
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 1394ef5 commit 6dff3f6

File tree

1 file changed

+4
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/frechet/entropy

1 file changed

+4
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/frechet/entropy/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"dependencies": [
5959
"@stdlib/math/base/assert/is-nan",
6060
"@stdlib/math/base/special/ln",
61-
"@stdlib/constants/float64/eulergamma"
61+
"@stdlib/constants/float64/eulergamma",
62+
"@stdlib/constants/float64/eps"
6263
]
6364
},
6465
{
@@ -75,7 +76,8 @@
7576
"dependencies": [
7677
"@stdlib/math/base/assert/is-nan",
7778
"@stdlib/math/base/special/ln",
78-
"@stdlib/constants/float64/eulergamma"
79+
"@stdlib/constants/float64/eulergamma",
80+
"@stdlib/constants/float64/eps"
7981
]
8082
}
8183
]

0 commit comments

Comments
 (0)