From 1973a038d34d6118ec4c7bd312ba8ae39cd85245 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 10 Aug 2016 11:42:49 +0200 Subject: [PATCH] Move eslint-plugin-openlayers-internal to devDependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aad5abaa4..acd6bb08d7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "browserify": "13.1.0", "closure-util": "1.15.0", "derequire": "2.0.3", - "eslint-plugin-openlayers-internal": "file:rules", "fs-extra": "0.30.0", "glob": "7.0.5", "handlebars": "4.0.5", @@ -56,6 +55,7 @@ "debounce": "^1.0.0", "eslint": "3.2.2", "eslint-config-openlayers": "5.0.0", + "eslint-plugin-openlayers-internal": "file:rules", "expect.js": "0.3.1", "gaze": "^1.0.0", "istanbul": "0.4.4",