Skip to content

Commit

Permalink
fix: remove unused dependencies from manifest.json
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
Planeshifter authored Dec 17, 2024
1 parent 2e2dc7e commit f1c2ed6
Showing 1 changed file with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
"libpath": [],
"dependencies": [
"@stdlib/math/base/napi/ternary",
"@stdlib/math/base/assert/is-nan",
"@stdlib/math/base/special/asin",
"@stdlib/math/base/special/sqrt",
"@stdlib/constants/float64/pi"
"@stdlib/math/base/assert/is-nan"
]
},
{
Expand All @@ -57,10 +54,7 @@
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/math/base/assert/is-nan",
"@stdlib/math/base/special/asin",
"@stdlib/math/base/special/sqrt",
"@stdlib/constants/float64/pi"
"@stdlib/math/base/assert/is-nan"
]
},
{
Expand All @@ -75,10 +69,7 @@
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/math/base/assert/is-nan",
"@stdlib/math/base/special/asin",
"@stdlib/math/base/special/sqrt",
"@stdlib/constants/float64/pi"
"@stdlib/math/base/assert/is-nan"
]
}
]
Expand Down

0 comments on commit f1c2ed6

Please sign in to comment.