Skip to content

Commit fe876d4

Browse files
committed
Auto-generated commit
1 parent d10bbe3 commit fe876d4

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ A total of 38 issues were closed in this release:
457457

458458
<details>
459459

460-
- [`04143be`](https://github.com/stdlib-js/stdlib/commit/04143befd0ed0b0abd102d6c19c9ba4313ecfbae) - **style:** re-enable lint rule [(#6838)](https://github.com/stdlib-js/stdlib/pull/6838) _(by Shabareesh Shetty)_
461460
- [`10afa3c`](https://github.com/stdlib-js/stdlib/commit/10afa3c844a1b99bbfec96620038be70e6f8c8de) - **style:** re-enable lint rule [(#6835)](https://github.com/stdlib-js/stdlib/pull/6835) _(by Lalit Narayan Yadav, Athan Reines)_
462461
- [`c043489`](https://github.com/stdlib-js/stdlib/commit/c043489789108e25047c8ce5db0a8644aa7d4e8c) - **docs:** update related packages sections [(#6845)](https://github.com/stdlib-js/stdlib/pull/6845) _(by stdlib-bot)_
463462
- [`9f4b944`](https://github.com/stdlib-js/stdlib/commit/9f4b944ca1b68d8a2434e28ef398438cf467df7e) - **docs:** update related packages sections [(#6817)](https://github.com/stdlib-js/stdlib/pull/6817) _(by stdlib-bot)_

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ For more information on the project, filing bug reports and feature requests, an
139139

140140
---
141141

142-
## License
143-
144-
See [LICENSE][stdlib-license].
145-
146-
147142
## Copyright
148143

149144
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
@@ -190,8 +185,6 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
190185
[esm-readme]: https://github.com/stdlib-js/math/blob/esm/README.md
191186
[branches-url]: https://github.com/stdlib-js/math/blob/main/branches.md
192187

193-
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/math/main/LICENSE
194-
195188
<!-- <toc-links> -->
196189

197190
[@stdlib/math/array]: https://github.com/stdlib-js/math/tree/main/array

strided/ops/add/scripts/types.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* limitations under the License.
1919
*/
2020

21+
/* eslint-disable node/shebang */
22+
2123
'use strict';
2224

2325
// MODULES //

strided/ops/sub/scripts/types.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* limitations under the License.
1919
*/
2020

21+
/* eslint-disable node/shebang */
22+
2123
'use strict';
2224

2325
// MODULES //

0 commit comments

Comments
 (0)