Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 211a04b

Browse files
committed
🤷
1 parent 5381f2d commit 211a04b

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.mailmap

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2-
3-
1+
2+
3+
4+
45

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@rschmidmeister/random.js",
2+
"name": "@<deadname>/random.js",
33
"version": "1.1.0",
44
"description": "A deterministic random number generator for node",
55
"main": "index.js",
@@ -22,10 +22,8 @@
2222
},
2323
"homepage": "https://github.com/bash/random.js#readme",
2424
"devDependencies": {
25-
"dtslint": "^4.2.1",
2625
"coveralls": "^3.1.1",
2726
"mocha": "^11.1.0",
28-
"nyc": "^17.1.0",
29-
"standard": "^17.0.0"
27+
"nyc": "^17.1.0"
3028
}
3129
}

readme.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Build status](https://ci.appveyor.com/api/projects/status/luxy1c20asdk08at?svg=true)](https://ci.appveyor.com/project/rschmidmeister/random-js)
44
[![Coverage Status](https://coveralls.io/repos/github/bash/random.js/badge.svg?branch=tooling)](https://coveralls.io/github/bash/random.js?branch=tooling)
55
[![Code Climate](https://codeclimate.com/github/bash/random.js/badges/gpa.svg)](https://codeclimate.com/github/bash/random.js)
6-
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](http://standardjs.com/)
76
[![NPM](https://img.shields.io/npm/v/@rschmidmeister/random.js.svg)](https://www.npmjs.com/package/@rschmidmeister/random.js)
87
![gluten free](https://img.shields.io/badge/gluten-free-green.svg)
98

@@ -21,12 +20,12 @@ This module has some important advantages over other modules:
2120
## Installation
2221

2322
```bash
24-
npm i --save @rschmidmeister/random.js
23+
npm i --save @<deadname>/random.js
2524
```
2625

2726
## Usage
2827
```js
29-
const { fairDiceRoll, dilbertOracle } = require('@rschmidmeister/random.js')
28+
const { fairDiceRoll, dilbertOracle } = require('@<deadname>/random.js')
3029
console.log(fairDiceRoll())
3130
console.log(dilbertOracle())
3231
```

0 commit comments

Comments
 (0)