brightspace-auth-keys
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "brightspace-auth-keys", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Library for generating, storing, and retrieving keypairs for use in Brightspace's auth framework.", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "istanbul cover -R ../../../node_modules/mocha/bin/_mocha -- --recursive ./test" | ||
"test": "nyc --all --produce-source-map --require source-map-support mocha --recursive ./test" | ||
}, | ||
@@ -9,0 +9,0 @@ "author": "D2L Corporation", |
23864