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