Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: eslint-config-eyeo/package.json

Issue 29855563: Noissue - Updating eslint-config-eyeo to v2.1.0 (Closed)
Patch Set: Created Aug. 14, 2018, 10:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "eslint-config-eyeo", 2 "name": "eslint-config-eyeo",
3 "version": "2.0.0", 3 "version": "2.1.0",
4 "description": "ESLint configuration as used by eyeo.", 4 "description": "ESLint configuration as used by eyeo.",
5 "main": "index.js", 5 "main": "index.js",
6 "repository": { 6 "repository": {
7 "type": "hg", 7 "type": "hg",
8 "url": "https://hg.adblockplus.org/codingtools" 8 "url": "https://hg.adblockplus.org/codingtools"
9 }, 9 },
10 "keywords": [ 10 "keywords": [
11 "eyeo", 11 "eyeo",
12 "adblockplus", 12 "adblockplus",
13 "abp", 13 "abp",
14 "eslint", 14 "eslint",
15 "eslintconfig" 15 "eslintconfig"
16 ], 16 ],
17 "author": { 17 "author": {
18 "name": "eyeo GmbH", 18 "name": "eyeo GmbH",
19 "url": "https://eyeo.com/" 19 "url": "https://eyeo.com/"
20 }, 20 },
21 "license": "GPL-3.0", 21 "license": "GPL-3.0",
22 "bugs": { 22 "bugs": {
23 "url": "https://issues.adblockplus.org/" 23 "url": "https://issues.adblockplus.org/"
24 }, 24 },
25 "peerDependencies": { 25 "peerDependencies": {
26 "eslint": "^5.1" 26 "eslint": "^5.1"
27 } 27 }
28 } 28 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld