Skip to content

Commit f297dd2

Browse files
committed
[readme] update URLs
1 parent d5ce484 commit f297dd2

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Commits
1111

12-
- Initial implementation, tests, readme, types [`8b94518`](https://github.com/ljharb/data-view-byte-offset/commit/8b94518cd2a87df3084cdf60b52f70d9f65b94b6)
13-
- Initial commit [`aee2acc`](https://github.com/ljharb/data-view-byte-offset/commit/aee2accbbefcd5645693f4587ce2eabde166b1a0)
14-
- npm init [`10a21a4`](https://github.com/ljharb/data-view-byte-offset/commit/10a21a4189c51a3add252e3f76fe31a0b5bdcfc1)
15-
- Only apps should have lockfiles [`f6cfa3e`](https://github.com/ljharb/data-view-byte-offset/commit/f6cfa3e917d58c2e130f9383f5e04f5d5069d0e6)
12+
- Initial implementation, tests, readme, types [`8b94518`](https://github.com/inspect-js/data-view-byte-offset/commit/8b94518cd2a87df3084cdf60b52f70d9f65b94b6)
13+
- Initial commit [`aee2acc`](https://github.com/inspect-js/data-view-byte-offset/commit/aee2accbbefcd5645693f4587ce2eabde166b1a0)
14+
- npm init [`10a21a4`](https://github.com/inspect-js/data-view-byte-offset/commit/10a21a4189c51a3add252e3f76fe31a0b5bdcfc1)
15+
- Only apps should have lockfiles [`f6cfa3e`](https://github.com/inspect-js/data-view-byte-offset/commit/f6cfa3e917d58c2e130f9383f5e04f5d5069d0e6)

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ assert.equal(dataViewByteOffset(dv), 2);
2727
Simply clone the repo, `npm install`, and run `npm test`
2828

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

package.json

Lines changed: 3 additions & 3 deletions
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-byte-offset.git"
31+
"url": "git+https://github.com/inspect-js/data-view-byte-offset.git"
3232
},
3333
"keywords": [
3434
"javascript",
@@ -44,9 +44,9 @@
4444
"author": "Jordan Harband <[email protected]>",
4545
"license": "MIT",
4646
"bugs": {
47-
"url": "https://github.com/ljharb/data-view-byte-offset/issues"
47+
"url": "https://github.com/inspect-js/data-view-byte-offset/issues"
4848
},
49-
"homepage": "https://github.com/ljharb/data-view-byte-offset#readme",
49+
"homepage": "https://github.com/inspect-js/data-view-byte-offset#readme",
5050
"dependencies": {
5151
"call-bind": "^1.0.7",
5252
"es-errors": "^1.3.0",

0 commit comments

Comments
 (0)