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 d048e51 commit 3f2b2a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file should only cover artifacts caused by the source code in this
# repository, not those caused by the personal choice of editor and/or
# environment of a developer.
# see ADR 5 in https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/
# see ADR 5 in https://github.com/bifravst/asset-tracker-cloud-docs/
node_modules/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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)

[![GitHub Actions](https://github.com/NordicSemiconductor/random-words-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/random-words-js/actions)
[![GitHub Actions](https://github.com/bifravst/random-words/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/random-words/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)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
Expand Down
2 changes: 1 addition & 1 deletion adr/002-use-npm-package-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ it will be kept operational as a registry for public JavaScript packages. So, as
of now, the packages can be moved back to NPM.

This supersedes
[ADR 001: Use GitHub package registry](https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/d14e0e0ec692bea5e3b1ea0b50b359c0dc8c0c4f/docs/adr/001-use-github-package-registry.md).
[ADR 001: Use GitHub package registry](https://github.com/bifravst/asset-tracker-cloud-docs/blob/d14e0e0ec692bea5e3b1ea0b50b359c0dc8c0c4f/docs/adr/001-use-github-package-registry.md).
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nordicsemiconductor/random-words",
"name": "@bifravst/random-words",
"version": "0.0.0-development",
"description": "Returns random 8-letter words from the Webster's Unabridged Dictionary",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"runkitExampleFilename": "example.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NordicSemiconductor/random-words-js.git"
"url": "git+https://github.com/bifravst/random-words.git"
},
"keywords": [
"random-words",
Expand All @@ -23,9 +23,9 @@
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/NordicSemiconductor/random-words-js/issues"
"url": "https://github.com/bifravst/random-words/issues"
},
"homepage": "https://github.com/NordicSemiconductor/random-words-js#readme",
"homepage": "https://github.com/bifravst/random-words#readme",
"engines": {
"node": ">=20",
"npm": ">=10"
Expand Down

0 comments on commit 3f2b2a0

Please sign in to comment.