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 3c0139f commit e3bee41
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,31 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.1.0",
"@stdlib/assert-is-boolean": "^0.1.0",
"@stdlib/assert-is-buffer": "^0.1.0",
"@stdlib/assert-is-function": "^0.1.0",
"@stdlib/assert-is-plain-object": "^0.1.0",
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/buffer-ctor": "^0.1.0",
"@stdlib/buffer-from-string": "^0.1.0",
"@stdlib/cli-ctor": "^0.1.0",
"@stdlib/fs-read-file": "^0.1.0",
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-is-boolean": "^0.1.1",
"@stdlib/assert-is-buffer": "^0.1.1",
"@stdlib/assert-is-function": "^0.1.1",
"@stdlib/assert-is-plain-object": "^0.1.1",
"@stdlib/assert-is-string": "^0.1.1",
"@stdlib/buffer-ctor": "^0.1.1",
"@stdlib/buffer-from-string": "^0.1.1",
"@stdlib/cli-ctor": "^0.1.1",
"@stdlib/fs-read-file": "^0.1.1",
"@stdlib/net-http-server": "^0.1.0",
"@stdlib/process-cwd": "^0.1.0",
"@stdlib/process-env": "^0.1.0",
"@stdlib/process-read-stdin": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/process-cwd": "^0.1.1",
"@stdlib/process-env": "^0.1.1",
"@stdlib/process-read-stdin": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/utils-keys": "^0.1.0",
"@stdlib/utils-next-tick": "^0.1.0",
"@stdlib/utils-noop": "^0.1.0",
"@stdlib/utils-open-url": "^0.1.0",
"@stdlib/utils-next-tick": "^0.1.1",
"@stdlib/utils-noop": "^0.1.1",
"@stdlib/utils-open-url": "^0.1.1",
"debug": "^2.6.9"
},
"devDependencies": {
"@stdlib/assert-is-browser": "^0.1.0",
"@stdlib/assert-is-windows": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.0",
"@stdlib/assert-is-browser": "^0.1.1",
"@stdlib/assert-is-windows": "^0.1.1",
"@stdlib/process-exec-path": "^0.1.1",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit e3bee41

Please sign in to comment.