Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 16, 2021
1 parent 57b1a86 commit ec562ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -33,7 +33,10 @@
"unified"
],
"jest": {
"collectCoverageFrom": ["lib/*.js", "!lib/*.d.ts"]
"collectCoverageFrom": [
"lib/*.js",
"!lib/*.d.ts"
]
},
"dependencies": {
"ts-mdast": "1.0.0",
Expand All @@ -42,8 +45,9 @@
"devDependencies": {
"@types/jest": "26.0.23",
"jest": "26.6.3",
"rehype-stringify": "8.0.0",
"rehype": "^11.0.0",
"rehype-raw": "5.1.0",
"rehype-stringify": "8.0.0",
"remark-parse": "9.0.0",
"remark-rehype": "8.1.0",
"tsbb": "2.1.2"
Expand Down

0 comments on commit ec562ff

Please sign in to comment.