From 3459e98c51aa2cf22f1b1118260601cd4a773195 Mon Sep 17 00:00:00 2001 From: cdnadmin Date: Sun, 29 May 2016 00:47:27 -0500 Subject: [PATCH] wrap node logo with link back home; move nodemon to dev deps --- base.hbs | 2 +- package.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/base.hbs b/base.hbs index 1682173..ddbe634 100644 --- a/base.hbs +++ b/base.hbs @@ -105,7 +105,7 @@
- +
{{{top}}} diff --git a/package.json b/package.json index 9a7e458..8ffd3fa 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "handlebars": "^4.0.5", "marked": "^0.3.5", "milligram": "^1.0.3", - "nodemon": "^1.8.1", "st": "^1.1.0" + }, + "devDependencies": { + "nodemon": "^1.8.1" } }