diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-11 16:55:08 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-11 16:55:08 -0800 |
commit | c3db8b1dbdd65e046899d72cb9f6cd5843fe45a9 (patch) | |
tree | ab322ae6c3d0c12005337bbb38e248454f88ef4f /js/package.json | |
parent | d7284a7010de7626487061cbe1ac06916a680e9b (diff) |
Bump version on package.json.
Diffstat (limited to 'js/package.json')
-rw-r--r-- | js/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/package.json b/js/package.json index 4ae8bca..cd70d45 100644 --- 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" }, |