WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e2aa63d

Browse files
committed
fix: add missing devDependencies and sort alphabetically
1 parent 59e7e26 commit e2aa63d

File tree

1 file changed

+4
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/truncbf

1 file changed

+4
-2
lines changed

lib/node_modules/@stdlib/math/base/special/truncbf/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@
4848
"@stdlib/constants/float32/eps": "^0.2.2",
4949
"@stdlib/constants/float32/ninf": "^0.2.2",
5050
"@stdlib/constants/float32/pinf": "^0.2.2",
51+
"@stdlib/math/base/assert/is-negative-zerof": "^0.2.2",
52+
"@stdlib/math/base/assert/is-positive-zerof": "^0.2.2",
5153
"@stdlib/math/base/special/abs": "^0.2.2",
52-
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5354
"istanbul": "^0.4.1",
54-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
55+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
56+
"tape": "git+https://github.com/kgryte/tape.git#fix/globby"
5557
},
5658
"engines": {
5759
"node": ">=0.10.0",

0 commit comments

Comments
 (0)