mutate all js or ts files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-11-04 13:58:05 +01:00
parent d5b018f2e4
commit cdb3558184
2 changed files with 7 additions and 2 deletions

View File

@ -21,6 +21,11 @@ module.exports = {
testRunner: 'jasmine',
jasmineConfigFile: 'jasmine.json',
coverageAnalysis: 'perTest',
mutate: [ 'index.js' ]
mutate: [
'**/*.js',
'**/*.ts',
'!**/node_modules/',
'!**/spec/'
]
};
`;

View File

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