This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +1414
-6318
lines changed Expand file tree Collapse file tree 5 files changed +1414
-6318
lines changed Original file line number Diff line number Diff line change 16
16
run : npm ci
17
17
- name : Test
18
18
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
+
Original file line number Diff line number Diff line change 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>
4
5
Jan Hohenheim <jan@hohenheim.ch> <jn_ferner@hotmail.de>
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @rschmidmeister /random.js" ,
2
+ "name" : " @<deadname> /random.js" ,
3
3
"version" : " 1.1.0" ,
4
4
"description" : " A deterministic random number generator for node" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
7
7
"scripts" : {
8
- "test" : " nyc --reporter=lcov mocha" ,
9
- "lint" : " standard index.js && dtslint"
8
+ "test" : " nyc --reporter=lcov mocha"
10
9
},
11
10
"repository" : {
12
11
"type" : " git" ,
22
21
},
23
22
"homepage" : " https://github.com/bash/random.js#readme" ,
24
23
"devDependencies" : {
25
- "dtslint" : " ^4.2.1" ,
26
24
"coveralls" : " ^3.1.1" ,
27
25
"mocha" : " ^11.1.0" ,
28
- "nyc" : " ^17.1.0" ,
29
- "standard" : " ^17.0.0"
26
+ "nyc" : " ^17.1.0"
30
27
}
31
28
}
Original file line number Diff line number Diff line change 3
3
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/luxy1c20asdk08at?svg=true )] ( https://ci.appveyor.com/project/rschmidmeister/random-js )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/bash/random.js/badge.svg?branch=tooling )] ( https://coveralls.io/github/bash/random.js?branch=tooling )
5
5
[ ![ 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/ )
7
6
[ ![ NPM] ( https://img.shields.io/npm/v/@rschmidmeister/random.js.svg )] ( https://www.npmjs.com/package/@rschmidmeister/random.js )
8
7
![ gluten free] ( https://img.shields.io/badge/gluten-free-green.svg )
9
8
@@ -21,12 +20,12 @@ This module has some important advantages over other modules:
21
20
## Installation
22
21
23
22
``` bash
24
- npm i --save @rschmidmeister /random.js
23
+ npm i --save @< deadname > /random.js
25
24
```
26
25
27
26
## Usage
28
27
``` js
29
- const { fairDiceRoll , dilbertOracle } = require (' @rschmidmeister /random.js' )
28
+ const { fairDiceRoll , dilbertOracle } = require (' @<deadname> /random.js' )
30
29
console .log (fairDiceRoll ())
31
30
console .log (dilbertOracle ())
32
31
```
You can’t perform that action at this time.
0 commit comments