mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
Remove jsbn library from test coverage
This commit is contained in:
parent
d70dbfc7a7
commit
a9ec47c8c6
@ -4,6 +4,7 @@ fast-srp-hap
|
||||
![NPM-Version](https://badgen.net/npm/v/fast-srp-hap)
|
||||
![NPM-Downloads](https://badgen.net/npm/dt/fast-srp-hap)
|
||||
![Node-CI](https://github.com/homebridge/fast-srp/workflows/Node-CI/badge.svg)
|
||||
[![Coverage Status](https://coveralls.io/repos/github/homebridge/fast-srp/badge.svg?branch=master)](https://coveralls.io/github/homebridge/fast-srp?branch=master)
|
||||
|
||||
Is a pure [NodeJS](https://nodejs.org/) implementation of the [SRP6a protocol](http://srp.stanford.edu/).
|
||||
|
||||
|
@ -41,5 +41,11 @@
|
||||
"@typescript-eslint/parser": "^2.27.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
||||
"rimraf": "^3.0.2"
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"*/test",
|
||||
"jsbn"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user