aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-07-03 01:38:51 -0500
committerBen Beltran <ben@nsovocal.com>2017-07-03 01:38:51 -0500
commitaaf169bdf57cc512413f19009319e51ef4b98525 (patch)
tree6808c87d44fca13f3b77960778a7a1f007e99205 /package.json
parent47a29df7b36312b2c7733a21d15d32bdbd5f445e (diff)
parent8ca5460b5445f46520046e31f79547d282e8fc30 (diff)
Merge branch 'hotfix/1.0.1' into develop
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index e5303b1..9351dfc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "blog",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "An ephemeral blog",
"main": "lib/blog.js",
"bin": {
@@ -23,11 +23,11 @@
"homepage": "https://github.com/rbdr/blog#readme",
"dependencies": {
"getenv": "0.7.x",
- "markdown": "0.5.x",
"minimist": "1.2.x",
"mustache": "2.3.x",
"ncp": "2.0.x",
- "rimraf": "2.6.x"
+ "rimraf": "2.6.x",
+ "showdown": "1.7.x"
},
"devDependencies": {
"docdash": "0.4.x",