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 a28cbb8 commit e87898c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
},
"dependencies": {
"@stdlib/assert-is-integer": "^0.1.0",
"@stdlib/assert-is-null": "^0.1.0",
"@stdlib/assert-is-null": "^0.1.1",
"@stdlib/assert-is-slice": "^0.1.0",
"@stdlib/assert-is-undefined": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/assert-is-undefined": "^0.1.1",
"@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-only-accessor": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-has-property": "^0.1.0",
"@stdlib/assert-instance-of": "^0.1.0",
"@stdlib/assert-is-array": "^0.1.0",
"@stdlib/assert-is-function": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-has-property": "^0.1.1",
"@stdlib/assert-instance-of": "^0.1.1",
"@stdlib/assert-is-array": "^0.1.1",
"@stdlib/assert-is-function": "^0.1.1",
"@stdlib/assert-is-nonnegative-integer": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.0",
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.1",
"@stdlib/assert-is-string": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/slice-ctor": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down

0 comments on commit e87898c

Please sign in to comment.