Skip to content

Commit ca72571

Browse files
committed
Auto-generated commit
1 parent f05bb50 commit ca72571

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/.keepalive

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
},
4343
"devDependencies": {
4444
"@stdlib/array-uint16": "^0.1.0",
45-
"@stdlib/assert-is-string": "^0.1.0",
45+
"@stdlib/assert-is-string": "^0.1.1",
4646
"@stdlib/bench": "^0.1.0",
47-
"@stdlib/constants-uint16-max": "^0.1.0",
48-
"@stdlib/math-base-special-round": "^0.1.0",
47+
"@stdlib/constants-uint16-max": "^0.1.1",
48+
"@stdlib/math-base-special-round": "^0.1.1",
4949
"@stdlib/random-base-randu": "^0.1.0",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",

test/dist/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var toBinaryString = 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)