We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0674065 commit 91c49b6Copy full SHA for 91c49b6
3 files changed
.github/.keepalive
package.json
@@ -42,9 +42,9 @@
42
},
43
"devDependencies": {
44
"@stdlib/array-uint8": "^0.1.0",
45
- "@stdlib/assert-is-string": "^0.1.0",
+ "@stdlib/assert-is-string": "^0.1.1",
46
"@stdlib/bench": "^0.1.0",
47
- "@stdlib/constants-uint8-max": "^0.1.0",
+ "@stdlib/constants-uint8-max": "^0.1.1",
48
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
49
"istanbul": "^0.4.1",
50
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
test/dist/test.js
@@ -27,7 +27,7 @@ var bits = require( './../../dist' );
27
28
// FIXTURES //
29
30
-var data = require( './../..xtures/julia/data.json' );
+var data = require( './../fixtures/julia/data.json' );
31
32
33
// TESTS //
0 commit comments