From 8f707caad9e8a623d325632e7decb826e97eb2f1 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Thu, 25 Sep 2014 13:51:03 -0700 Subject: [PATCH] =?UTF-8?q?Rename=20=E2=80=9Cshowdown=E2=80=9D=20to=20?= =?UTF-8?q?=E2=80=9Cmarkdown=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If we want to change markdown implementations in the future, we’ll bump the major version of the package. --- docs/.meteor/versions | 1 + packages/markdown/package.js | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/.meteor/versions b/docs/.meteor/versions index 811099bd65..86ce428ee5 100644 --- a/docs/.meteor/versions +++ b/docs/.meteor/versions @@ -28,6 +28,7 @@ json@1.0.0 less@1.0.8 livedata@1.0.9 logging@1.0.3 +markdown@1.0.1 meteor-platform@1.1.0 meteor@1.1.0 minifiers@1.1.0 diff --git a/packages/markdown/package.js b/packages/markdown/package.js index da96fed532..037e5df0d7 100644 --- a/packages/markdown/package.js +++ b/packages/markdown/package.js @@ -1,7 +1,5 @@ // Source: https://github.com/coreyti/showdown -// XXX rename to 'markdown' and credit showdown some other way? - Package.describe({ summary: "Markdown-to-HTML processor", version: "1.0.1"