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

This commit is contained in:
Timo Hocker 2022-08-08 13:22:42 +02:00
parent ae34356670
commit 7d41f8689f
No known key found for this signature in database
GPG Key ID: 3B86485AC71C835C

View File

@ -31,7 +31,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc jasmine --config=\"jasmine.json\"", "test": "nyc jasmine --config=\"jasmine.json\"",
"mutate": "stryker run", "mutate": "stryker run",
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js" "compile": "tsc --allowJs --declaration --emitDeclarationOnly --lib es6 index.js"
}, },
"dependencies": { "dependencies": {
"@sapphirecode/encoding-helper": "^1.1.0" "@sapphirecode/encoding-helper": "^1.1.0"