From 9ecd56a4a9aef70200a148f8c44017e70a809447 Mon Sep 17 00:00:00 2001 From: Phred Date: Mon, 3 Jul 2017 12:56:49 -0500 Subject: [PATCH] moved from dependencies to dev dependencies [ci skip] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9ee3c3bd4..de6ed088d 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,6 @@ "dependencies": { "diff": "^3.1.0", "formatio": "1.2.0", - "husky": "^0.14.2", - "lint-staged": "^4.0.0", "lolex": "^1.6.0", "native-promise-only": "^0.8.1", "path-to-regexp": "^1.7.0", @@ -48,6 +46,8 @@ "eslint": "^3.1.1", "eslint-config-sinon": "^1.0.0", "eslint-plugin-mocha": "^4.2.0", + "husky": "^0.14.2", + "lint-staged": "^4.0.0", "mocaccino": "^2.0.0", "mocha": "^3.1.2", "mochify": "^3.0.0",