Skip to content

Commit aafc458

Browse files
committed
build: update manifest.json
--- 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 0bccf37 commit aafc458

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/math/base/special/factoriallnf

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/math/base/special/factoriallnf/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"libpath": [],
3838
"dependencies": [
3939
"@stdlib/math/base/napi/unary",
40-
"@stdlib/math/base/assert/is-negative-integer",
40+
"@stdlib/math/base/assert/is-negative-integerf",
4141
"@stdlib/math/base/special/absgammalnf"
4242
]
4343
},
@@ -52,7 +52,7 @@
5252
"libraries": [],
5353
"libpath": [],
5454
"dependencies": [
55-
"@stdlib/math/base/assert/is-negative-integer",
55+
"@stdlib/math/base/assert/is-negative-integerf",
5656
"@stdlib/math/base/special/absgammalnf"
5757
]
5858
},
@@ -67,7 +67,7 @@
6767
"libraries": [],
6868
"libpath": [],
6969
"dependencies": [
70-
"@stdlib/math/base/assert/is-negative-integer",
70+
"@stdlib/math/base/assert/is-negative-integerf",
7171
"@stdlib/math/base/special/absgammalnf"
7272
]
7373
}

0 commit comments

Comments
 (0)