File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11coverage /*
2+ .nyc_output /*
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ lib-cov
1414
1515# Coverage directory used by tools like istanbul
1616coverage
17+ .nyc_output
1718
1819# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1920.grunt
Original file line number Diff line number Diff line change 1+ {
2+ "reporter" : [" lcov" , " text-summary" ],
3+ "exclude" : [" **/spec/**" ]
4+ }
Original file line number Diff line number Diff line change 3838 "@semantic-release/github" : " 10.1.4" ,
3939 "@semantic-release/npm" : " 12.0.1" ,
4040 "@semantic-release/release-notes-generator" : " 14.0.1" ,
41+ "semantic-release" : " 24.1.2" ,
4142 "codecov" : " 3.8.3" ,
4243 "eslint" : " 7.13.0" ,
4344 "jasmine" : " 5.3.1" ,
4647 "parse-server" : " 7.3.0" ,
4748 "parse-server-conformance-tests" : " 1.0.0" ,
4849 "prettier" : " 3.3.3" ,
49- "semantic-release " : " 24.1.2 "
50+ "mongodb-runner " : " 5.6.4 "
5051 }
5152}
You can’t perform that action at this time.
0 commit comments