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 afdf6a5 commit ca8ad5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-laplace-kurtosis.svg
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-laplace-kurtosis

[test-image]: https://github.com/stdlib-js/stats-base-dists-laplace-kurtosis/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/stats-base-dists-laplace-kurtosis/actions/workflows/test.yml?query=branch:v0.1.1
[test-image]: https://github.com/stdlib-js/stats-base-dists-laplace-kurtosis/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/stats-base-dists-laplace-kurtosis/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-laplace-kurtosis/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-laplace-kurtosis?branch=main
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-ninf": "^0.1.0",
"@stdlib/constants-float64-pinf": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/constants-float64-pinf": "^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
2 changes: 1 addition & 1 deletion test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var kurtosis = require( './../../dist' );

// FIXTURES //

var data = require( './../..xtures/julia/data.json' );
var data = require( './../fixtures/julia/data.json' );


// TESTS //
Expand Down

0 comments on commit ca8ad5e

Please sign in to comment.