8000 Release v0.1.1 · stdlib-js/assert-is-browser@07c1519 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07c1519

Browse files
committed
Release v0.1.1
1 parent 9312ff4 commit 07c1519

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
148148
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-browser.svg
149149
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-browser
150150

151-
[test-image]: https://github.com/stdlib-js/assert-is-browser/actions/workflows/test.yml/badge.svg?branch=main
152-
[test-url]: https://github.com/stdlib-js/assert-is-browser/actions/workflows/test.yml?query=branch:main
151+
[test-image]: https://github.com/stdlib-js/assert-is-browser/actions/workflows/test.yml/badge.svg?branch=v0.1.1
152+
[test-url]: https://github.com/stdlib-js/assert-is-browser/actions/workflows/test.yml?query=branch:v0.1.1
153153

154154
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-browser/main.svg
155155
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-browser?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-is-browser",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Check if the runtime is a web browser.",
55
"license": "Apache-2.0",
66
"author": {
@@ -36,8 +36,8 @@
3636
"url": "https://github.com/stdlib-js/stdlib/issues"
3737
},
3838
"dependencies": {
39-
"@stdlib/assert-is-node": "^0.1.0",
40-
"@stdlib/utils-global": "^0.1.0"
39+
"@stdlib/assert-is-node": "^0.1.1",
40+
"@stdlib/utils-global": "^0.1.1"
4141
},
4242
"devDependencies": {
4343
"proxyquire": "^2.0.0",

0 commit comments

Comments
 (0)
0