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 b3498a9 commit 9f66e87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-number": "^0.1.0",
"@stdlib/assert-is-positive-number": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/assert-is-number": "^0.1.1",
"@stdlib/assert-is-positive-number": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/stats-base-dists-frechet-cdf": "^0.1.0",
"@stdlib/stats-base-dists-frechet-entropy": "^0.1.0",
"@stdlib/stats-base-dists-frechet-kurtosis": "^0.1.0",
Expand All @@ -53,16 +53,16 @@
"@stdlib/stats-base-dists-frechet-skewness": "^0.1.0",
"@stdlib/stats-base-dists-frechet-stdev": "^0.1.0",
"@stdlib/stats-base-dists-frechet-variance": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0",
"@stdlib/utils-define-property": "^0.1.0"
"@stdlib/string-format": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
"@stdlib/utils-define-property": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-is-function": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-is-function": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/random-base-randu": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit 9f66e87

Please sign in to comment.