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

Delta Between Two Patch Sets: stylelint-config-eyeo/package.json

Issue 29720577: Issue 6288 - Publish stylelint-config-eyeo on npm (Closed) Base URL: https://hg.adblockplus.org/codingtools
Left Patch Set: Rebase Created March 12, 2018, 9:44 a.m.
Right Patch Set: Update version number Created April 12, 2018, 2:42 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
2 "name": "@eyeo/stylelint-config-eyeo", 2 "name": "stylelint-config-eyeo",
3 "version": "1.0.0", 3 "version": "1.0.2",
4 "description": "Stylelint configuration as used by eyeo.", 4 "description": "Stylelint 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 "stylelint", 14 "stylelint",
15 "stylelintconfig" 15 "stylelintconfig"
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 "dependencies": { 25 "dependencies": {
26 "stylelint-config-recommended": "^1.0.0", 26 "stylelint-config-recommended": "^1.0.0",
27 "stylelint-order": "^0.7.0" 27 "stylelint-order": "^0.7.0"
28 }, 28 },
29 "peerDependencies": { 29 "peerDependencies": {
30 "stylelint": "^8.0.0" 30 "stylelint": "^8.0.0"
31 } 31 }
32 } 32 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld