Skip to content

Commit abcf36e

Browse files
authored
fix: remove extra slash from dependency in manifest.json
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 588c4b4 commit abcf36e

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@stdlib/math/base/special/floor",
4343
"@stdlib/math/base/special/gcd",
4444
"@stdlib/constants/float64/pinf",
45-
"@stdlib//constants/float64/max-safe-integer"
45+
"@stdlib/constants/float64/max-safe-integer"
4646
]
4747
},
4848
{
@@ -61,7 +61,7 @@
6161
"@stdlib/math/base/special/floor",
6262
"@stdlib/math/base/special/gcd",
6363
"@stdlib/constants/float64/pinf",
64-
"@stdlib//constants/float64/max-safe-integer"
64+
"@stdlib/constants/float64/max-safe-integer"
6565
]
6666
},
6767
{
@@ -80,7 +80,7 @@
8080
"@stdlib/math/base/special/floor",
8181
"@stdlib/math/base/special/gcd",
8282
"@stdlib/constants/float64/pinf",
83-
"@stdlib//constants/float64/max-safe-integer"
83+
"@stdlib/constants/float64/max-safe-integer"
8484
]
8585
}
8686
]

0 commit comments

Comments
 (0)