fix dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-10-14 07:49:44 +02:00
parent 69d509d5c7
commit bcbc59f656

View File

@ -1,6 +1,6 @@
{ {
"name": "@sapphirecode/crypto-helper", "name": "@sapphirecode/crypto-helper",
"version": "1.1.60", "version": "1.1.61",
"main": "index.js", "main": "index.js",
"author": { "author": {
"name": "Timo Hocker", "name": "Timo Hocker",
@ -22,6 +22,8 @@
"@sapphirecode/eslint-config": "^2.1.4", "@sapphirecode/eslint-config": "^2.1.4",
"@stryker-mutator/core": "^4.0.0", "@stryker-mutator/core": "^4.0.0",
"@stryker-mutator/javascript-mutator": "^4.0.0", "@stryker-mutator/javascript-mutator": "^4.0.0",
"@stryker-mutator/jasmine-framework": "^4.0.0",
"@stryker-mutator/jasmine-runner": "^4.0.0",
"@types/jasmine": "^3.5.14", "@types/jasmine": "^3.5.14",
"eslint": "^7.0.0", "eslint": "^7.0.0",
"jasmine": "^3.6.1", "jasmine": "^3.6.1",
@ -34,9 +36,7 @@
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js" "compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
}, },
"dependencies": { "dependencies": {
"@sapphirecode/encoding-helper": "^1.0.38", "@sapphirecode/encoding-helper": "^1.0.38"
"@stryker-mutator/jasmine-framework": "^4.0.0",
"@stryker-mutator/jasmine-runner": "^4.0.0"
}, },
"files": [ "files": [
"LICENSE", "LICENSE",