Skip to content

Commit d3c66fb

Browse files
committed
[readme] update URLs
1 parent b842ce8 commit d3c66fb

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.0.1](https://github.com/ljharb/data-view-buffer/compare/v1.0.0...v1.0.1) - 2024-02-06
8+
## [v1.0.1](https://github.com/inspect-js/data-view-buffer/compare/v1.0.0...v1.0.1) - 2024-02-06
99

1010
### Commits
1111

12-
- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`675f588`](https://github.com/ljharb/data-view-buffer/commit/675f588236e489268de9f7a0adf33ef8295a3c71)
13-
- [Deps] update `call-bind`, `get-intrinsic` [`e6eb209`](https://github.com/ljharb/data-view-buffer/commit/e6eb209578556ade150f0c3945cdeec9ffc582e2)
12+
- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`675f588`](https://github.com/inspect-js/data-view-buffer/commit/675f588236e489268de9f7a0adf33ef8295a3c71)
13+
- [Deps] update `call-bind`, `get-intrinsic` [`e6eb209`](https://github.com/inspect-js/data-view-buffer/commit/e6eb209578556ade150f0c3945cdeec9ffc582e2)
1414

1515
## v1.0.0 - 2024-02-02
1616

1717
### Commits
1818

19-
- Initial implementation, tests, readme, types [`2e1382b`](https://github.com/ljharb/data-view-buffer/commit/2e1382b26a98acc6f2ade4a061e1cd829e3043b8)
20-
- Initial commit [`1eb7dc4`](https://github.com/ljharb/data-view-buffer/commit/1eb7dc4a0369d8320406bd7f9366c7887888790e)
21-
- npm init [`d9e3d47`](https://github.com/ljharb/data-view-buffer/commit/d9e3d4707b54bf77de30565ea5c6c0fcdf4a0ecc)
22-
- Only apps should have lockfiles [`116b60b`](https://github.com/ljharb/data-view-buffer/commit/116b60b9054de3331cd3c1599280466405c0d128)
19+
- Initial implementation, tests, readme, types [`2e1382b`](https://github.com/inspect-js/data-view-buffer/commit/2e1382b26a98acc6f2ade4a061e1cd829e3043b8)
20+
- Initial commit [`1eb7dc4`](https://github.com/inspect-js/data-view-buffer/commit/1eb7dc4a0369d8320406bd7f9366c7887888790e)
21+
- npm init [`d9e3d47`](https://github.com/inspect-js/data-view-buffer/commit/d9e3d4707b54bf77de30565ea5c6c0fcdf4a0ecc)
22+
- Only apps should have lockfiles [`116b60b`](https://github.com/inspect-js/data-view-buffer/commit/116b60b9054de3331cd3c1599280466405c0d128)

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ assert.equal(dataViewBuffer(dv), ab);
2727
Simply clone the repo, `npm install`, and run `npm test`
2828

2929
[package-url]: https://npmjs.org/package/data-view-buffer
30-
[npm-version-svg]: https://versionbadg.es/ljharb/data-view-buffer.svg
31-
[deps-svg]: https://david-dm.org/ljharb/data-view-buffer.svg
32-
[deps-url]: https://david-dm.org/ljharb/data-view-buffer
33-
[dev-deps-svg]: https://david-dm.org/ljharb/data-view-buffer/dev-status.svg
34-
[dev-deps-url]: https://david-dm.org/ljharb/data-view-buffer#info=devDependencies
30+
[npm-version-svg]: https://versionbadg.es/inspect-js/data-view-buffer.svg
31+
[deps-svg]: https://david-dm.org/inspect-js/data-view-buffer.svg
32+
[deps-url]: https://david-dm.org/inspect-js/data-view-buffer
33+
[dev-deps-svg]: https://david-dm.org/inspect-js/data-view-buffer/dev-status.svg
34+
[dev-deps-url]: https://david-dm.org/inspect-js/data-view-buffer#info=devDependencies
3535
[npm-badge-png]: https://nodei.co/npm/data-view-buffer.png?downloads=true&stars=true
3636
[license-image]: https://img.shields.io/npm/l/data-view-buffer.svg
3737
[license-url]: LICENSE
3838
[downloads-image]: https://img.shields.io/npm/dm/data-view-buffer.svg
3939
[downloads-url]: https://npm-stat.com/charts.html?package=data-view-buffer
40-
[codecov-image]: https://codecov.io/gh/ljharb/data-view-buffer/branch/main/graphs/badge.svg
41-
[codecov-url]: https://app.codecov.io/gh/ljharb/data-view-buffer/
42-
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/data-view-buffer
43-
[actions-url]: https://github.com/ljharb/data-view-buffer/actions
40+
[codecov-image]: https://codecov.io/gh/inspect-js/data-view-buffer/branch/main/graphs/badge.svg
41+
[codecov-url]: https://app.codecov.io/gh/inspect-js/data-view-buffer/
42+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/data-view-buffer
43+
[actions-url]: https://github.com/inspect-js/data-view-buffer/actions

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "git+https://github.com/ljharb/data-view-buffer.git"
31+
"url": "git+https://github.com/inspect-js/data-view-buffer.git"
3232
},
3333
"keywords": [
3434
"javascript",
@@ -40,9 +40,9 @@
4040
"author": "Jordan Harband <[email protected]>",
4141
"license": "MIT",
4242
"bugs": {
43-
"url": "https://github.com/ljharb/data-view-buffer/issues"
43+
"url": "https://github.com/inspect-js/data-view-buffer/issues"
4444
},
45-
"homepage": "https://github.com/ljharb/data-view-buffer#readme",
45+
"homepage": "https://github.com/inspect-js/data-view-buffer#readme",
4646
"dependencies": {
4747
"call-bind": "^1.0.7",
4848
"es-errors": "^1.3.0",

0 commit comments

Comments
 (0)