Depend on eslint-plugin-openlayers-internal from the registry

This commit is contained in:
Tim Schaub
2016-08-12 08:45:04 -06:00
parent 1973a038d3
commit 833d061bc7
2 changed files with 8 additions and 3 deletions

View File

@@ -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",

View File

@@ -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"
}