turndown-plugin-gfm
Advanced tools
Comparing version 0.0.3 to 1.0.0
{ | ||
"name": "turndown-plugin-gfm", | ||
"description": "Turndown plugin to add GitHub Flavored Markdown extensions.", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
"author": "Dom Christie", | ||
"main": "lib/turndown-plugin-gfm.cjs.js", | ||
"module": "lib/turndown-plugin-gfm.es.js", | ||
"jsnext:main": "lib/turndown-plugin-gfm.es.js", | ||
"devDependencies": { | ||
@@ -10,3 +13,3 @@ "browserify": "^14.5.0", | ||
"standard": "^10.0.3", | ||
"turndown": "4.0.0-rc.2", | ||
"turndown": "4.0.0", | ||
"turndown-attendant": "0.0.2" | ||
@@ -18,3 +21,2 @@ }, | ||
], | ||
"jsnext:main": "lib/turndown-plugin-gfm.es.js", | ||
"keywords": [ | ||
@@ -30,4 +32,6 @@ "turndown", | ||
"license": "MIT", | ||
"main": "lib/turndown-plugin-gfm.cjs.js", | ||
"module": "lib/turndown-plugin-gfm.es.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/domchristie/turndown-plugin-gfm.git" | ||
}, | ||
"scripts": { | ||
@@ -34,0 +38,0 @@ "build": "npm run build-cjs && npm run build-es && npm run build-iife && npm run build-test", |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22750
1
0