File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -217,8 +217,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
217217[ npm-image ] : http://img.shields.io/npm/v/@stdlib/string-remove-utf8-bom.svg
218218[ npm-url ] : https://npmjs.org/package/@stdlib/string-remove-utf8-bom
219219
220- [ test-image ] : https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml/badge.svg?branch=main
221- [ test-url ] : https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml?query=branch:main
220+ [ test-image ] : https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml/badge.svg?branch=v0.1.1
221+ [ test-url ] : https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml?query=branch:v0.1.1
222222
223223[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/string-remove-utf8-bom/main.svg
224224[ coverage-url ] : https://codecov.io/github/stdlib-js/string-remove-utf8-bom?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/string-remove-utf8-bom" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Remove a UTF-8 byte order mark (BOM) from the beginning of a string." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
4040 "url" : " https://github.com/stdlib-js/stdlib/issues"
4141 },
4242 "dependencies" : {
43- "@stdlib/assert-is-string" : " ^0.1.0 " ,
44- "@stdlib/cli-ctor" : " ^0.1.0 " ,
45- "@stdlib/fs-read-file" : " ^0.1.0 " ,
46- "@stdlib/process-read-stdin" : " ^0.1.0 " ,
47- "@stdlib/streams-node-stdin" : " ^0.1.0 " ,
48- "@stdlib/string-format" : " ^0.1.0 "
43+ "@stdlib/assert-is-string" : " ^0.1.1 " ,
44+ "@stdlib/cli-ctor" : " ^0.1.1 " ,
45+ "@stdlib/fs-read-file" : " ^0.1.1 " ,
46+ "@stdlib/process-read-stdin" : " ^0.1.1 " ,
47+ "@stdlib/streams-node-stdin" : " ^0.1.1 " ,
48+ "@stdlib/string-format" : " ^0.1.1 "
4949 },
5050 "devDependencies" : {
5151 "@stdlib/assert-is-browser" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments