This commit is contained in:
parent
cdb3558184
commit
85d10032d9
@ -24,8 +24,9 @@ module.exports = {
|
||||
mutate: [
|
||||
'**/*.js',
|
||||
'**/*.ts',
|
||||
'!**/node_modules/',
|
||||
'!**/spec/'
|
||||
'!**/test/**/*',
|
||||
'!**/spec/**/*',
|
||||
'!stryker.conf.js'
|
||||
]
|
||||
};
|
||||
`;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sapphirecode/standard",
|
||||
"version": "1.5.2",
|
||||
"version": "1.5.3",
|
||||
"main": "index.js",
|
||||
"author": {
|
||||
"name": "Timo Hocker",
|
||||
|
Loading…
x
Reference in New Issue
Block a user