Rename “showdown” to “markdown”

If we want to change markdown implementations in the future, we’ll bump the major version of the package.
This commit is contained in:
David Greenspan
2014-09-25 13:51:03 -07:00
parent 75c473b255
commit 8f707caad9
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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"