complete
This commit is contained in:
parent
a99162320b
commit
f20b788e90
4
index.js
4
index.js
@ -1,6 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||
* Created by Timo Hocker <timo@scode.ovh>, January 2020
|
||||
* This file is part of auth-client-helper which is released under MIT.
|
||||
* See file 'LICENSE' for full license details.
|
||||
* Created by Timo Hocker <timo@scode.ovh>, March 2020
|
||||
*/
|
||||
|
||||
/* eslint-disable no-magic-numbers */
|
||||
|
11
package.json
11
package.json
@ -5,17 +5,16 @@
|
||||
"author": "Timo Hocker <t-hocker@web.de>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@scode/eslint-config": "^1.2.25",
|
||||
"ava": "^3.5.0",
|
||||
"eslint": "^6.8.0",
|
||||
"nyc": "^15.0.0"
|
||||
"@scode/eslint-config": "^1.2.26",
|
||||
"eslint": "^6.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "nyc ava"
|
||||
"test": "echo \"no test\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@scode/consts": "^1.0.1",
|
||||
"@scode/crypto-helper": "^1.0.2"
|
||||
"@scode/crypto-helper": "^1.0.2",
|
||||
"node-fetch": "^2.6.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user