remove deprecated settings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-10-21 07:48:26 +02:00
parent 18303c7197
commit d5b018f2e4
2 changed files with 2 additions and 5 deletions

View File

@ -13,16 +13,13 @@ module.exports = `'use strict';
* @type {import('@stryker-mutator/api/core').StrykerOptions}
*/
module.exports = {
mutator: 'javascript',
packageManager: 'yarn',
reporters: [
'clear-text',
'progress'
],
testRunner: 'jasmine',
testFramework: 'jasmine',
jasmineConfigFile: 'jasmine.json',
transpilers: [],
coverageAnalysis: 'perTest',
mutate: [ 'index.js' ]
};

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/standard",
"version": "1.5.0",
"version": "1.5.1",
"main": "index.js",
"author": {
"name": "Timo Hocker",
@ -31,4 +31,4 @@
"*.d.ts",
"assets/*.js"
]
}
}