From 833d061bc71e8a557f9993a9b692c7c058707d64 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 12 Aug 2016 08:45:04 -0600 Subject: [PATCH] Depend on eslint-plugin-openlayers-internal from the registry --- package.json | 2 +- rules/package.json | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index acd6bb08d7..d8f21aebf5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "debounce": "^1.0.0", "eslint": "3.2.2", "eslint-config-openlayers": "5.0.0", - "eslint-plugin-openlayers-internal": "file:rules", + "eslint-plugin-openlayers-internal": "2.0.1", "expect.js": "0.3.1", "gaze": "^1.0.0", "istanbul": "0.4.4", diff --git a/rules/package.json b/rules/package.json index 5bb997e073..b3f181dfe3 100644 --- a/rules/package.json +++ b/rules/package.json @@ -1,6 +1,11 @@ { "name": "eslint-plugin-openlayers-internal", - "version": "2.0.0", + "version": "2.0.1", "description": "Custom ESLint rules for the OpenLayers project", - "main": "index.js" + "main": "index.js", + "repository": { + "type": "git", + "url": "git://github.com/openlayers/ol3.git" + }, + "license": "BSD-2-Clause" }