Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Dec 7, 2019
1 parent 77772ae commit 49efc29
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 66 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
},
"devDependencies": {
"@types/acorn": "^4.0.5",
"@types/cheerio": "^0.22.14",
"@types/cheerio": "^0.22.15",
"@types/deep-diff": "^1.0.0",
"@types/deep-equal": "^1.0.1",
"@types/markdown-it": "0.0.9",
"@types/mocha": "^5.2.7",
"@types/mock-require": "^2.0.0",
"@types/node": "^12.12.14",
"@types/rimraf": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"acorn": "^7.1.0",
"cheerio": "^1.0.0-rc.3",
"deep-diff": "^1.0.2",
"deep-equal": "^1.1.1",
"eslint": "^6.7.1",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-prettier": "^3.1.1",
Expand All @@ -66,7 +66,7 @@
"nyc": "^14.1.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"typescript": "^3.7.2"
"typescript": "^3.7.3"
},
"husky": {
"hooks": {
Expand Down
20 changes: 15 additions & 5 deletions src/default_index_html.js

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

14 changes: 7 additions & 7 deletions src/extract.js

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

7 changes: 3 additions & 4 deletions src/git.js

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

50 changes: 30 additions & 20 deletions src/write.js

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

0 comments on commit 49efc29

Please sign in to comment.