Skip to content

Commit

Permalink
feat: log groups (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Dec 9, 2020
1 parent 820e6a4 commit a04f86c
Show file tree
Hide file tree
Showing 9 changed files with 210 additions and 166 deletions.
228 changes: 125 additions & 103 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"lint-staged": {
"src/*.js": [
"src/**/*.js": [
"xo --fix",
"npm run build",
"git add dist"
Expand Down
4 changes: 2 additions & 2 deletions src/generate-comment.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import byteSize from 'byte-size';
import globToRegExp from 'glob-to-regexp';
import {partition, round} from 'lodash-es';
import markdownTable from 'markdown-table';
import outdent from 'outdent';
import globToRegExp from 'glob-to-regexp';
import {c, sub, sup} from './markdown-utils';
import {c, sub, sup} from './utils/markdown';

const percent = fraction => {
if (fraction < 0.001) { // 0.09% and lower
Expand Down
Loading

0 comments on commit a04f86c

Please sign in to comment.