cmark

My personal build of CMark ✏️

Commit
c3db8b1dbdd65e046899d72cb9f6cd5843fe45a9
Parent
d7284a7010de7626487061cbe1ac06916a680e9b
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

Bump version on package.json.

Diffstat

1 file changed, 1 insertion, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified js/package.json 4 1 3
diff --git a/js/package.json b/js/package.json
@@ -1,7 +1,6 @@
 { "name": "commonmark",
   "description": "a strongly specified, highly compatible variant of Markdown",
-  "dist-tags": { "latest": "0.9.0" },
-  "versions": "0.9.0",
+  "version": "0.12.0",
   "homepage": "http://commonmark.org",
   "keywords":
    [ "markdown",
@@ -14,7 +13,6 @@
   "author": "John MacFarlane",
   "bugs": { "url": "https://github.com/jgm/CommonMark/issues" },
   "license": "BSD-3-Clause",
-  "version": "0.9.0",
   "main": "./lib/index.js",
   "bin": { "commonmark": "./bin/commonmark" },
   "scripts": { "test": "node ./test.js" },