Compare commits
No commits in common. "9eac508b1ce4be9f7217c0dbc34aecaf1d798377" and "02f7884f8cc22e2f67e2652485624de6c67f263e" have entirely different histories.
9eac508b1c
...
02f7884f8c
@ -8,8 +8,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"ci": "yarn --frozen-lockfile && node jenkins.js",
|
"ci": "yarn --frozen-lockfile && node jenkins.js"
|
||||||
"test": "echo \"no test\""
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -13,5 +13,5 @@ module.exports = {
|
|||||||
testRunner: 'command',
|
testRunner: 'command',
|
||||||
transpilers: [],
|
transpilers: [],
|
||||||
coverageAnalysis: 'all',
|
coverageAnalysis: 'all',
|
||||||
mutate: [ 'index.js' ]
|
mutate: ['index.js']
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user