We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866f7dc commit 1a755a3Copy full SHA for 1a755a3
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@guyplusplus/turndown-plugin-gfm",
3
"description": "Turndown plugin to add GitHub Flavored Markdown extensions.",
4
- "version": "1.0.5",
+ "version": "1.0.6",
5
"author": "Dom Christie",
6
"main": "lib/turndown-plugin-gfm.cjs.js",
7
"module": "lib/turndown-plugin-gfm.es.js",
@@ -10,9 +10,11 @@
10
"browserify": "^16.2.3",
11
"rollup": "^1.32.0",
12
"standard": "^10.0.3",
13
- "turndown": "7.0.0",
14
"turndown-attendant": "0.0.3"
15
},
+ "dependencies": {
16
+ "turndown": "^7.0.0"
17
+ },
18
"files": [
19
"lib",
20
"dist"
0 commit comments