Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 5, 2023
1 parent f2bacc2 commit f795e59
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"@stdlib/array-int32": "^0.1.0",
"@stdlib/assert-is-integer": "^0.1.0",
"@stdlib/assert-is-probability-array": "^0.1.0",
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.0",
"@stdlib/math-base-special-max": "^0.1.0",
"@stdlib/math-base-special-min": "^0.1.0",
"@stdlib/stats-base-cumax": "^0.1.0",
"@stdlib/stats-base-cumin": "^0.1.0",
"@stdlib/string-format": "^0.1.0"
"@stdlib/assert-is-string": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/math-base-special-max": "^0.1.1",
"@stdlib/math-base-special-min": "^0.1.1",
"@stdlib/stats-base-cumax": "^0.1.1",
"@stdlib/stats-base-cumin": "^0.1.1",
"@stdlib/string-format": "^0.1.1"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down
16 changes: 8 additions & 8 deletions test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ var padjust = require( './../../dist' );

// FIXTURES //

var CUSTOM_HOMMEL = require( './../..xtures/r/custom_hommel.json' );
var BONFERRONI = require( './../..xtures/r/bonferroni.json' );
var CUSTOM_BY = require( './../..xtures/r/custom_by.json' );
var CUSTOM = require( './../..xtures/r/custom.json' );
var HOMMEL = require( './../..xtures/r/hommel.json' );
var HOLM = require( './../..xtures/r/holm.json' );
var BH = require( './../..xtures/r/bh.json' );
var BY = require( './../..xtures/r/by.json' );
var CUSTOM_HOMMEL = require( './../fixtures/r/custom_hommel.json' );
var BONFERRONI = require( './../fixtures/r/bonferroni.json' );
var CUSTOM_BY = require( './../fixtures/r/custom_by.json' );
var CUSTOM = require( './../fixtures/r/custom.json' );
var HOMMEL = require( './../fixtures/r/hommel.json' );
var HOLM = require( './../fixtures/r/holm.json' );
var BH = require( './../fixtures/r/bh.json' );
var BY = require( './../fixtures/r/by.json' );


// TESTS //
Expand Down

0 comments on commit f795e59

Please sign in to comment.