@orchitech/turndown
Advanced tools
Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "@orchitech/turndown", | ||
"description": "A library that converts HTML to Markdown", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"author": "Dom Christie + patches by Orchitech", | ||
@@ -47,3 +47,7 @@ "main": "lib/turndown.cjs.js", | ||
"test": "npm run build && npm run build-test && standard ./src/**/*.js && node test/turndown-test.js" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
} | ||
} |
171568