Comparing version 3.0.2-alpha to 3.0.2-beta
{ | ||
"name": "html-md", | ||
"version": "3.0.2-alpha", | ||
"version": "3.0.2-beta", | ||
"main": "dist/md.min.js" | ||
} |
@@ -578,3 +578,3 @@ (function() { | ||
md.version = md.VERSION = '3.0.2-alpha'; | ||
md.version = md.VERSION = '3.0.2-beta'; | ||
@@ -581,0 +581,0 @@ md.noConflict = function() { |
{ | ||
"name": "html-md", | ||
"description": "JavaScript library for converting HTML in to valid Markdown", | ||
"version": "3.0.2-alpha", | ||
"version": "3.0.2-beta", | ||
"homepage": "http://neocotic.com/html.md", | ||
@@ -45,3 +45,3 @@ "bugs": { | ||
}, | ||
"man": "./man/htmlmd.1", | ||
"man": "./man/doc.1", | ||
"bin": { | ||
@@ -48,0 +48,0 @@ "htmlmd": "./bin/htmlmd" |
@@ -167,3 +167,3 @@ __ __ ___ __ | ||
``` javascript | ||
console.log(md.version); // "3.0.2-alpha" | ||
console.log(md.version); // "3.0.2-beta" | ||
``` | ||
@@ -170,0 +170,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
225520