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 7, 2023
1 parent 0235d31 commit a831fcf
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 @@ -41,27 +41,27 @@
"@stdlib/array-typed-real-ctors": "^0.1.0",
"@stdlib/array-typed-real-dtypes": "^0.1.0",
"@stdlib/array-typed-real-float-dtypes": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-is-nonnegative-integer": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.1",
"@stdlib/random-base-minstd": "^0.1.0",
"@stdlib/strided-base-nullary": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/string-format": "^0.1.1",
"@stdlib/types": "^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-nonenumerable-read-write-accessor": "^0.1.0"
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.1"
},
"devDependencies": {
"@stdlib/array-float32": "^0.1.0",
"@stdlib/array-float64": "^0.1.0",
"@stdlib/array-int32": "^0.1.0",
"@stdlib/assert-is-int32array": "^0.1.0",
"@stdlib/assert-is-int32array": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/console-log-each": "^0.1.0",
"@stdlib/constants-int32-max": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/math-base-assert-is-nanf": "^0.1.0",
"@stdlib/constants-int32-max": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-assert-is-nanf": "^0.1.1",
"@stdlib/math-base-special-pow": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit a831fcf

Please sign in to comment.