1
0
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:
Supereg 2020-04-26 18:26:56 +02:00
parent d70dbfc7a7
commit a9ec47c8c6
No known key found for this signature in database
GPG Key ID: 2F08948C5653D720
2 changed files with 7 additions and 0 deletions

View File

@ -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/).

View File

@ -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"
]
}
}