File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -149,6 +149,11 @@ jobs:
149
149
# Add link definition for CLI package to README.md:
150
150
find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/<section class=\"links\">/<section class=\"links\">\n\n[$escapedPkg]: https:\/\/www.npmjs.com\/package\/$escapedPkg/"
151
151
152
+ # Replace LICENSE comments with abbreviated ones:
153
+ - name : ' Replace LICENSE comments with abbreviated ones'
154
+ run : |
155
+ find . -name "*.js" -type f -exec perl -i -p0e 's|/\*\*\n\*\s\@license\sApache-2.0\n\*\n\*\sCopyright\s\(c\)\s\d{4}\sThe\sStdlib\sAuthors\.\n(.*?)\n\*\slimitations\sunder\sthe\sLicense\.\n\*/|// Copyright (c) 2023 The Stdlib Authors. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0|s' {} \;
156
+
152
157
# Replace GitHub MathJax equations with SVGs:
153
158
- name : ' Replace GitHub MathJax equations with SVGs'
154
159
run : |
Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
145
145
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/string-base-lowercase.svg
146
146
[ npm-url ] : https://npmjs.org/package/@stdlib/string-base-lowercase
147
147
148
- [ test-image ] : https://github.com/stdlib-js/string-base-lowercase/actions/workflows/test.yml/badge.svg?branch=main
149
- [ test-url ] : https://github.com/stdlib-js/string-base-lowercase/actions/workflows/test.yml?query=branch:main
148
+ [ test-image ] : https://github.com/stdlib-js/string-base-lowercase/actions/workflows/test.yml/badge.svg?branch=v0.1.1
149
+ [ test-url ] : https://github.com/stdlib-js/string-base-lowercase/actions/workflows/test.yml?query=branch:v0.1.1
150
150
151
151
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/string-base-lowercase/main.svg
152
152
[ coverage-url ] : https://codecov.io/github/stdlib-js/string-base-lowercase?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/string-base-lowercase" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Convert a string to lowercase." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments