Skip to content

Commit 3f2b2a0

Browse files
committed
1 parent d048e51 commit 3f2b2a0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file should only cover artifacts caused by the source code in this
22
# repository, not those caused by the personal choice of editor and/or
33
# environment of a developer.
4-
# see ADR 5 in https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/
4+
# see ADR 5 in https://github.com/bifravst/asset-tracker-cloud-docs/
55
node_modules/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generate random 8 letter words [![npm version](https://img.shields.io/npm/v/@nordicsemiconductor/random-words.svg)](https://www.npmjs.com/package/@nordicsemiconductor/random-words)
22

3-
[![GitHub Actions](https://github.com/NordicSemiconductor/random-words-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/random-words-js/actions)
3+
[![GitHub Actions](https://github.com/bifravst/random-words/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/random-words/actions)
44
[![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)
55
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
66
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)

adr/002-use-npm-package-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ it will be kept operational as a registry for public JavaScript packages. So, as
66
of now, the packages can be moved back to NPM.
77

88
This supersedes
9-
[ADR 001: Use GitHub package registry](https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/d14e0e0ec692bea5e3b1ea0b50b359c0dc8c0c4f/docs/adr/001-use-github-package-registry.md).
9+
[ADR 001: Use GitHub package registry](https://github.com/bifravst/asset-tracker-cloud-docs/blob/d14e0e0ec692bea5e3b1ea0b50b359c0dc8c0c4f/docs/adr/001-use-github-package-registry.md).

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nordicsemiconductor/random-words",
2+
"name": "@bifravst/random-words",
33
"version": "0.0.0-development",
44
"description": "Returns random 8-letter words from the Webster's Unabridged Dictionary",
55
"main": "index.js",
@@ -13,7 +13,7 @@
1313
"runkitExampleFilename": "example.js",
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/NordicSemiconductor/random-words-js.git"
16+
"url": "git+https://github.com/bifravst/random-words.git"
1717
},
1818
"keywords": [
1919
"random-words",
@@ -23,9 +23,9 @@
2323
"author": "Nordic Semiconductor ASA | nordicsemi.no",
2424
"license": "BSD-3-Clause",
2525
"bugs": {
26-
"url": "https://github.com/NordicSemiconductor/random-words-js/issues"
26+
"url": "https://github.com/bifravst/random-words/issues"
2727
},
28-
"homepage": "https://github.com/NordicSemiconductor/random-words-js#readme",
28+
"homepage": "https://github.com/bifravst/random-words#readme",
2929
"engines": {
3030
"node": ">=20",
3131
"npm": ">=10"

0 commit comments

Comments
 (0)