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 4a5389c commit fd121ca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@
},
"dependencies": {
"@stdlib/array-base-assert-contains": "^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-regexp-string": "^0.1.0",
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/cli-ctor": "^0.1.0",
"@stdlib/fs-read-file": "^0.1.0",
"@stdlib/process-read-stdin": "^0.1.0",
"@stdlib/regexp-eol": "^0.1.0",
"@stdlib/streams-node-stdin": "^0.1.0",
"@stdlib/string-base-remove-first": "^0.1.0",
"@stdlib/string-base-remove-first-code-point": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.1",
"@stdlib/assert-is-regexp-string": "^0.1.1",
"@stdlib/assert-is-string": "^0.1.1",
"@stdlib/cli-ctor": "^0.1.1",
"@stdlib/fs-read-file": "^0.1.1",
"@stdlib/process-read-stdin": "^0.1.1",
"@stdlib/regexp-eol": "^0.1.1",
"@stdlib/streams-node-stdin": "^0.1.1",
"@stdlib/string-base-remove-first": "^0.1.1",
"@stdlib/string-base-remove-first-code-point": "^0.1.1",
"@stdlib/string-base-remove-first-grapheme-cluster": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/utils-regexp-from-string": "^0.1.0"
"@stdlib/string-format": "^0.1.1",
"@stdlib/utils-regexp-from-string": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-is-browser": "^0.1.0",
"@stdlib/assert-is-windows": "^0.1.0",
"@stdlib/assert-is-browser": "^0.1.1",
"@stdlib/assert-is-windows": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.0",
"@stdlib/string-replace": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.1",
"@stdlib/string-replace": "^0.1.1",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"proxyquire": "^2.0.0",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit fd121ca

Please sign in to comment.