Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 12, 2024
1 parent 867d92c commit 01ba426
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# e118-iin-list [![npm version](https://img.shields.io/npm/v/e118-iin-list.svg)](https://www.npmjs.com/package/e118-iin-list)

[![GitHub Actions](https://github.com/NordicSemiconductor/e118-iin-list-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/e118-iin-list-js/actions)
[![GitHub Actions](https://github.com/bifravst/e118-iin-list/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/e118-iin-list/actions)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
Expand Down Expand Up @@ -58,7 +58,7 @@ You can identify issuers directly from your command line:
}

> _Note:_ if your ICCID is not recognized, please open a new issue
> [in this repository](https://github.com/NordicSemiconductor/e118-iin-list-js/issues/new).
> [in this repository](https://github.com/bifravst/e118-iin-list/issues/new).
## ITU-T Recommendation E.118 Card numbering structure ([Source](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-E.118-200605-I!!PDF-E&type=items))

Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (issuer !== undefined) {
} else {
console.error(`The vendor of your ICCID "${iccid}" could not be identified!`)
console.error(
`Please open a new issue by following this link: https://github.com/NordicSemiconductor/e118-iin-list-js/issues/new?title=${encodeURIComponent(
`Please open a new issue by following this link: https://github.com/bifravst/e118-iin-list/issues/new?title=${encodeURIComponent(
`Could not identify ICCID ${iccid.replace(/.{6}$/, 'XXXXXX')}`,
)}&body=${encodeURIComponent(
'<!-- Please provide details about the SIM vendor. -->',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/NordicSemiconductor/e118-iin-list-js.git"
"url": "git+https://github.com/bifravst/e118-iin-list.git"
},
"keywords": [
"nrf-asset-tracker",
Expand All @@ -28,9 +28,9 @@
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/NordicSemiconductor/e118-iin-list-js/issues"
"url": "https://github.com/bifravst/e118-iin-list/issues"
},
"homepage": "https://github.com/NordicSemiconductor/e118-iin-list-js#readme",
"homepage": "https://github.com/bifravst/e118-iin-list#readme",
"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.8",
"@bifravst/prettier-config": "1.0.3",
Expand Down

0 comments on commit 01ba426

Please sign in to comment.