From 18de4c452611d190fb8f17b8e5cb98692f57a211 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Sun, 19 Jul 2015 17:16:02 +0200 Subject: [PATCH] move phantomjs to peer dependecies --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 502c558..3913d3a 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,9 @@ ], "parser": "babel-eslint" }, + "dependencies": { + "lodash.debounce": "^3.1.1" + }, "devDependencies": { "babel-eslint": "^3.1.23", "babel-runtime": "^5.7.0", @@ -54,14 +57,13 @@ "handlebars": "^3.0.3", "imagediff": "^1.0.8", "mochify": "^2.10.0", - "phantomjs": "^1.9.17", "sinon": "^1.15.4", "spy": "^0.1.3", "standard": "^4.5.3", "uglify-js": "^2.4.23", "watchify": "http://registry.npmjs.org/watchify/-/watchify-3.2.3.tgz" }, - "dependencies": { - "lodash.debounce": "^3.1.1" + "peerDependencies": { + "phantomjs": "^1.9.17" } }