Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 { | 1 { |
2 "name": "stylelint-config-eyeo", | 2 "name": "stylelint-config-eyeo", |
3 "version": "1.0.0", | 3 "version": "1.0.0", |
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 "devDependencies": { | 25 "dependencies": { |
26 "stylelint-config-recommended": "^1.0.0" | 26 "stylelint-config-recommended": "^1.0.0" |
Thomas Greiner
2017/09/13 18:12:52
What is this dependency for? We don't have a build
ire
2017/09/14 08:33:01
It should actually be a dependency (or peer depend
Thomas Greiner
2017/09/14 10:52:15
Acknowledged.
| |
27 }, | 27 }, |
28 "peerDependencies": { | 28 "peerDependencies": { |
29 "stylelint": "^8.0.0" | 29 "stylelint": "^8.0.0" |
30 } | 30 } |
31 } | 31 } |
LEFT | RIGHT |