Skip to content

Commit 5d81b98

Browse files
authored
Merge pull request #143 from nextcloud-libraries/chore/node
chore: update node version requirement
2 parents d63f7e2 + a36e44e commit 5d81b98

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,44 @@
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
}

0 commit comments

Comments
 (0)