Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35416ba

Browse files
committedFeb 19, 2025··
🤷
1 parent 5381f2d commit 35416ba

File tree

5 files changed

+1414
-6318
lines changed

5 files changed

+1414
-6318
lines changed
 

‎.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@ jobs:
1616
run: npm ci
1717
- name: Test
1818
run: npm run test
19-
- name: Lint
20-
run: npm run lint
21-
- name: Report Coverage
22-
uses: coverallsapp/github-action@v2
23-
with:
24-
github-token: ${{ secrets.GITHUB_TOKEN }}
19+

‎.mailmap

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Tau <git@tau.garden> <ruben.schmidmeister@icloud.com>
2-
Tau <git@tau.garden> <4602612+bash@users.noreply.github.com>
3-
Tau <git@tau.garden> <ruben.schmidmeister@messerli.ch>
1+
Tau Gärtli <git@tau.garden> <git@tau.garden>
2+
Tau Gärtli <git@tau.garden> <ruben.schmidmeister@icloud.com>
3+
Tau Gärtli <git@tau.garden> <4602612+bash@users.noreply.github.com>
4+
Tau Gärtli <git@tau.garden> <ruben.schmidmeister@messerli.ch>
45
Jan Hohenheim <jan@hohenheim.ch> <jn_ferner@hotmail.de>

‎package-lock.json

Lines changed: 1404 additions & 6300 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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",
66
"types": "index.d.ts",
77
"scripts": {
8-
"test": "nyc --reporter=lcov mocha",
9-
"lint": "standard index.js && dtslint"
8+
"test": "nyc --reporter=lcov mocha"
109
},
1110
"repository": {
1211
"type": "git",
@@ -22,10 +21,8 @@
2221
},
2322
"homepage": "https://github.com/bash/random.js#readme",
2423
"devDependencies": {
25-
"dtslint": "^4.2.1",
2624
"coveralls": "^3.1.1",
2725
"mocha": "^11.1.0",
28-
"nyc": "^17.1.0",
29-
"standard": "^17.0.0"
26+
"nyc": "^17.1.0"
3027
}
3128
}

‎readme.md

Lines changed: 2 additions & 3 deletions
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)
This repository has been archived.