File tree Expand file tree Collapse file tree 2 files changed +26
-20
lines changed Expand file tree Collapse file tree 2 files changed +26
-20
lines changed Original file line number Diff line number Diff line change 22 "name" : " @nextcloud/stylelint-config" ,
33 "version" : " 3.1.0" ,
44 "description" : " Stylelint shared config for nextcloud vue.js apps" ,
5- "main" : " index.js" ,
5+ "keywords" : [
6+ " stylelint" ,
7+ " config" ,
8+ " nextcloud"
9+ ],
10+ "homepage" : " https://github.com/nextcloud-libraries/stylelint-config#readme" ,
11+ "bugs" : {
12+ "url" : " https://github.com/nextcloud-libraries/stylelint-config/issues"
13+ },
614 "repository" : {
715 "type" : " git" ,
816 "url" : " git+https://github.com/nextcloud-libraries/stylelint-config.git"
917 },
10- "peerDependencies" : {
18+ "license" : " AGPL-3.0-or-later" ,
19+ "author" : " John Molakvoæ <skjnldsv@protonmail.com>" ,
20+ "main" : " index.js" ,
21+ "dependencies" : {
22+ "stylelint-use-logical" : " ^2.1.2"
23+ },
24+ "devDependencies" : {
1125 "stylelint" : " ^16.13.2" ,
1226 "stylelint-config-recommended-scss" : " ^15.0.1" ,
1327 "stylelint-config-recommended-vue" : " ^1.5.0"
1428 },
15- "devDependencies " : {
29+ "peerDependencies " : {
1630 "stylelint" : " ^16.13.2" ,
1731 "stylelint-config-recommended-scss" : " ^15.0.1" ,
1832 "stylelint-config-recommended-vue" : " ^1.5.0"
1933 },
20- "keywords" : [
21- " stylelint" ,
22- " config" ,
23- " nextcloud"
24- ],
25- "author" : " John Molakvoæ <skjnldsv@protonmail.com>" ,
26- "license" : " AGPL-3.0-or-later" ,
27- "bugs" : {
28- "url" : " https://github.com/nextcloud-libraries/stylelint-config/issues"
29- },
30- "homepage" : " https://github.com/nextcloud-libraries/stylelint-config#readme" ,
3134 "engines" : {
32- "node" : " ^20.0.0" ,
33- "npm" : " ^10.0.0"
35+ "node" : " ^20 || ^22 || ^24"
3436 },
35- "dependencies" : {
36- "stylelint-use-logical" : " ^2.1.2"
37+ "devEngines" : {
38+ "packageManager" : [
39+ {
40+ "name" : " npm" ,
41+ "version" : " ^10.5.0"
42+ }
43+ ]
3744 }
3845}
You can’t perform that action at this time.
0 commit comments