Skip to content

Commit 64b675d

Browse files
committed
Update npm and node engines versions
Signed-off-by: Nextcloud bot <[email protected]>
1 parent a47a211 commit 64b675d

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "@nextcloud/stylelint-config",
3-
"version": "2.1.2",
4-
"description": "Stylelint shared config for nextcloud vue.js apps",
5-
"main": "index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/nextcloud/stylelint-config.git"
9-
},
10-
"peerDependencies": {
11-
"stylelint": "^14.2.0",
12-
"stylelint-config-recommended-scss": "^6.0.0",
13-
"stylelint-config-recommended-vue": "^1.1.0"
14-
},
15-
"devDependencies": {
16-
"stylelint": "^14.2.0",
17-
"stylelint-config-recommended-scss": "^6.0.0",
18-
"stylelint-config-recommended-vue": "^1.1.0"
19-
},
20-
"keywords": [
21-
"stylelint",
22-
"config",
23-
"nextcloud"
24-
],
25-
"author": "John Molakvoæ <[email protected]>",
26-
"license": "AGPL-3.0-or-later",
27-
"bugs": {
28-
"url": "https://github.com/nextcloud/stylelint-config/issues"
29-
},
30-
"homepage": "https://github.com/nextcloud/stylelint-config#readme",
31-
"engines": {
32-
"node": "^14.0.0",
33-
"npm": "^7.0.0"
34-
}
2+
"name": "@nextcloud/stylelint-config",
3+
"version": "2.1.2",
4+
"description": "Stylelint shared config for nextcloud vue.js apps",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/nextcloud/stylelint-config.git"
9+
},
10+
"peerDependencies": {
11+
"stylelint": "^14.2.0",
12+
"stylelint-config-recommended-scss": "^6.0.0",
13+
"stylelint-config-recommended-vue": "^1.1.0"
14+
},
15+
"devDependencies": {
16+
"stylelint": "^14.2.0",
17+
"stylelint-config-recommended-scss": "^6.0.0",
18+
"stylelint-config-recommended-vue": "^1.1.0"
19+
},
20+
"keywords": [
21+
"stylelint",
22+
"config",
23+
"nextcloud"
24+
],
25+
"author": "John Molakvoæ <[email protected]>",
26+
"license": "AGPL-3.0-or-later",
27+
"bugs": {
28+
"url": "https://github.com/nextcloud/stylelint-config/issues"
29+
},
30+
"homepage": "https://github.com/nextcloud/stylelint-config#readme",
31+
"engines": {
32+
"node": "^16.0.0",
33+
"npm": "^7.0.0 || ^8.0.0"
34+
}
3535
}

0 commit comments

Comments
 (0)