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

This commit is contained in:
Timo Hocker 2020-11-05 08:11:46 +01:00
parent cdb3558184
commit 85d10032d9
2 changed files with 5 additions and 4 deletions

View File

@ -24,8 +24,9 @@ module.exports = {
mutate: [
'**/*.js',
'**/*.ts',
'!**/node_modules/',
'!**/spec/'
'!**/test/**/*',
'!**/spec/**/*',
'!stryker.conf.js'
]
};
`;

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/standard",
"version": "1.5.2",
"version": "1.5.3",
"main": "index.js",
"author": {
"name": "Timo Hocker",