Skip to content

Commit

Permalink
feat: move to NordicSemicondutor organization
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this renames the package

See bifravst/bifravst#56
  • Loading branch information
coderbyheart committed Jan 27, 2021
1 parent 3ec7e1a commit a628e86
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ pull_request_rules:
- name: Automatic merge security PRs when all status checks pass
conditions:
- author~=^(snyk-bot|dependabot\[bot\])$
- status-success=security/snyk (Bifravst)
- status-success=security/snyk (Asset Tracker Cloud)
- status-success=tests
actions:
merge:
method: rebase
rebase_fallback: squash
bot_account: bifravst-ci
bot_account: asset-tracker-cloud-ci
label:
add:
- mergify
rebase:
bot_account: bifravst-ci
bot_account: asset-tracker-cloud-ci
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See https://github.com/bifravst/bifravst/blob/saga/CODE_OF_CONDUCT.md
See https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/saga/CODE_OF_CONDUCT.md
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Generate random 8 letter words [![npm version](https://img.shields.io/npm/v/@bifravst/random-words.svg)](https://www.npmjs.com/package/@bifravst/random-words)
# 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/bifravst/random-words/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/random-words/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/bifravst/random-words/badge.svg)](https://snyk.io/test/github/bifravst/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)
[![Known Vulnerabilities](https://snyk.io/test/asset-tracker-cloud/nordicsemiconductor/random-words/badge.svg)](https://snyk.io/test/asset-tracker-cloud/nordicsemiconductor/random-words)
[![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)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/bifravst/random-words&style=flat)](https://mergify.io)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/nordicsemiconductor/random-words&style=flat)](https://mergify.io)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![code style: standard](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/standard/standard)

Returns random 8-letter words from the [Webster's Unabridged Dictionary](http://www.gutenberg.org/ebooks/29765).

## Installation

npm i --save-dev @bifravst/random-words
npm i --save-dev @nordicsemiconductor/random-words

## Usage

npm i --save @bifravst/random-words
npm i --save @nordicsemiconductor/random-words

```javascript
const { randomWords } = require("@bifravst/random-words");
const { randomWords } = require("@nordicsemiconductor/random-words");

randomWords().then(console.log); // [ 'scoparin', 'prowling', 'priedieu', 'gantline' ]
```

## CLI Usage

npx @bifravst/random-words
npx @nordicsemiconductor/random-words
# npx: installed 4 in 1.216s
# catopron allodium registry misalter
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { randomWords } = require('@bifravst/random-words')
const { randomWords } = require('@nordicsemiconductor/random-words')

randomWords()
.then(console.log)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@bifravst/random-words",
"name": "@nordicsemiconductor/random-words",
"version": "0.0.0-development",
"description": "Returns random 8-letter words from the Webster's Unabridged Dictionary",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"runkitExampleFilename": "example.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bifravst/random-words.git"
"url": "git+https://github.com/NordicSemiconductor/random-words-js.git"
},
"keywords": [
"random",
Expand All @@ -20,9 +20,9 @@
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bifravst/random-words/issues"
"url": "https://github.com/NordicSemiconductor/random-words-js/issues"
},
"homepage": "https://github.com/bifravst/random-words#readme",
"homepage": "https://github.com/NordicSemiconductor/random-words-js#readme",
"dependencies": {
"random-number-csprng": "^1.0.2"
},
Expand Down

0 comments on commit a628e86

Please sign in to comment.