Skip to content

Commit 8e1d629

Browse files
committed
chore(hosted-git-info): simple-release -> simple-libs
1 parent a08e4e1 commit 8e1d629

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

packages/hosted-git-info/.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"parserOptions": {
88
"tsconfigRootDir": "./packages/hosted-git-info",
99
"project": ["./tsconfig.json"]
10+
},
11+
"rules": {
12+
"prefer-destructuring": "off"
1013
}
1114
}

packages/hosted-git-info/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @simple-release/hosted-git-info
1+
# @simple-libs/hosted-git-info
22

33
[![ESM-only package][package]][package-url]
44
[![NPM version][npm]][npm-url]
@@ -11,22 +11,22 @@
1111
[package]: https://img.shields.io/badge/package-ESM--only-ffe536.svg
1212
[package-url]: https://nodejs.org/api/esm.html
1313

14-
[npm]: https://img.shields.io/npm/v/@simple-release/hosted-git-info.svg
15-
[npm-url]: https://www.npmjs.com/package/@simple-release/hosted-git-info
14+
[npm]: https://img.shields.io/npm/v/@simple-libs/hosted-git-info.svg
15+
[npm-url]: https://www.npmjs.com/package/@simple-libs/hosted-git-info
1616

17-
[node]: https://img.shields.io/node/v/@simple-release/hosted-git-info.svg
17+
[node]: https://img.shields.io/node/v/@simple-libs/hosted-git-info.svg
1818
[node-url]: https://nodejs.org
1919

20-
[deps]: https://img.shields.io/librariesio/release/npm/@simple-release/hosted-git-info
21-
[deps-url]: https://libraries.io/npm/@simple-release%2Fhosted-git-info/tree
20+
[deps]: https://img.shields.io/librariesio/release/npm/@simple-libs/hosted-git-info
21+
[deps-url]: https://libraries.io/npm/@simple-libs%2Fhosted-git-info/tree
2222

23-
[size]: https://packagephobia.com/badge?p=@simple-release/hosted-git-info
24-
[size-url]: https://packagephobia.com/result?p=@simple-release/hosted-git-info
23+
[size]: https://packagephobia.com/badge?p=@simple-libs/hosted-git-info
24+
[size-url]: https://packagephobia.com/result?p=@simple-libs/hosted-git-info
2525

2626
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release-tools/tests.yml?branch=main
2727
[build-url]: https://github.com/TrigenSoftware/simple-release-tools/actions
2828

29-
[coverage]: https://img.shields.io/codecov/c/github/TrigenSoftware/simple-release-tools.svg?flag=@simple-release/hosted-git-info
29+
[coverage]: https://img.shields.io/codecov/c/github/TrigenSoftware/simple-release-tools.svg?flag=@simple-libs/hosted-git-info
3030
[coverage-url]: https://app.codecov.io/gh/TrigenSoftware/simple-release-tools/tree/main/packages%2Fhosted-git-info
3131

3232
A small library to parse hosted git info.
@@ -35,17 +35,17 @@ A small library to parse hosted git info.
3535

3636
```bash
3737
# pnpm
38-
pnpm add @simple-release/hosted-git-info
38+
pnpm add @simple-libs/hosted-git-info
3939
# yarn
40-
yarn add @simple-release/hosted-git-info
40+
yarn add @simple-libs/hosted-git-info
4141
# npm
42-
npm i @simple-release/hosted-git-info
42+
npm i @simple-libs/hosted-git-info
4343
```
4444

4545
## Usage
4646

4747
```ts
48-
import { parseHostedGitUrl } from '@simple-release/hosted-git-info'
48+
import { parseHostedGitUrl } from '@simple-libs/hosted-git-info'
4949

5050
parseHostedGitUrl('github:foo/bar')
5151
/* {

packages/hosted-git-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@simple-release/hosted-git-info",
2+
"name": "@simple-libs/hosted-git-info",
33
"type": "module",
44
"version": "1.0.0",
55
"description": "A small library to parse hosted git info.",

packages/hosted-git-info/src/hostedGitInfo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable prefer-destructuring */
21
import type {
32
HostType,
43
HostedGitInfo

0 commit comments

Comments
 (0)