Skip to content

Commit 80d4ae3

Browse files
committed
chore: remove duplicated entries from 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 cf29cb9 commit 80d4ae3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"@stdlib/constants/float32/pinf",
4747
"@stdlib/constants/float32/exponent-bias",
4848
"@stdlib/constants/float32/exponent-mask",
49-
"@stdlib/constants/float32/significand-mask",
50-
"@stdlib/number/float32/base/to-word"
49+
"@stdlib/constants/float32/significand-mask"
5150
]
5251
},
5352
{
@@ -67,8 +66,7 @@
6766
"@stdlib/constants/float32/pinf",
6867
"@stdlib/constants/float32/exponent-bias",
6968
"@stdlib/constants/float32/exponent-mask",
70-
"@stdlib/constants/float32/significand-mask",
71-
"@stdlib/number/float32/base/to-word"
69+
"@stdlib/constants/float32/significand-mask"
7270
]
7371
},
7472
{
@@ -88,8 +86,7 @@
8886
"@stdlib/constants/float32/pinf",
8987
"@stdlib/constants/float32/exponent-bias",
9088
"@stdlib/constants/float32/exponent-mask",
91-
"@stdlib/constants/float32/significand-mask",
92-
"@stdlib/number/float32/base/to-word"
89+
"@stdlib/constants/float32/significand-mask"
9390
]
9491
}
9592
]

0 commit comments

Comments
 (0)