File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "scripts" : {
77 "pretest" : " eslint ." ,
8- "test" : " nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true" ,
9- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
8+ "test" : " nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
109 },
1110 "repository" : {
1211 "type" : " git" ,
13- "url" : " git@ github.com: screwdriver-cd/scm-bitbucket.git"
12+ "url" : " git+https:// github.com/ screwdriver-cd/scm-bitbucket.git"
1413 },
1514 "homepage" : " https://github.com/screwdriver-cd/scm-bitbucket" ,
1615 "bugs" : " https://github.com/screwdriver-cd/screwdriver/issues" ,
3029 " Tiffany Kyi <tiffanykyi@gmail.com>"
3130 ],
3231 "release" : {
33- "debug " : false ,
34- "verifyConditions" : {
35- "path" : " ./node_modules/semantic-release/src/lib/plugin-noop.js "
36- }
32+ "branches " : [
33+ " master "
34+ ],
35+ "debug" : false
3736 },
3837 "devDependencies" : {
3938 "chai" : " ^4.3.4" ,
You can’t perform that action at this time.
0 commit comments