From 17771e52a910662ecea8f08c122c121cb2ebed75 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 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5bb997e..b3f181d 100644 --- a/package.json +++ b/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" }