Skip to content

Commit 1189ac1

Browse files
committed
Auto-generated commit
1 parent 091aa1d commit 1189ac1

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/math-base-special-pow": "^0.1.0",
41-
"@stdlib/number-float64-base-to-uint32": "^0.1.0",
42-
"@stdlib/string-format": "^0.1.0"
41+
"@stdlib/number-float64-base-to-uint32": "^0.1.1",
42+
"@stdlib/string-format": "^0.1.1"
4343
},
4444
"devDependencies": {
4545
"@stdlib/bench": "^0.1.0",
46-
"@stdlib/constants-uint32-max": "^0.1.0",
47-
"@stdlib/math-base-assert-is-nan": "^0.1.0",
48-
"@stdlib/math-base-special-round": "^0.1.0",
46+
"@stdlib/constants-uint32-max": "^0.1.1",
47+
"@stdlib/math-base-assert-is-nan": "^0.1.1",
48+
"@stdlib/math-base-special-round": "^0.1.1",
4949
"@stdlib/number-uint32-base-to-binary-string": "^0.1.0",
5050
"@stdlib/random-base-randu": "^0.1.0",
5151
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

test/dist/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var fromBinaryStringUint32 = require( './../../dist' );
2727

2828
// FIXTURES //
2929

30-
var data = require( './../..xtures/julia/data.json' );
30+
var data = require( './../fixtures/julia/data.json' );
3131

3232

3333
// TESTS //

0 commit comments

Comments
 (0)