From 6142f6b74ce3fb23d3ccb0093a9145344535acdf Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Mon, 8 Oct 2018 06:31:33 -0700 Subject: [PATCH] Move NPM dependencies to devDependencies. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d32d1b2..ca21c9ef 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/cdubz/babybuddy.git" }, - "dependencies": { + "devDependencies": { "bootstrap": "4.1.3", "font-awesome": "^4.7.0", "gulp": "^4.0.0",