Skip to content

Commit a7b6182

Browse files
authored
Merge pull request #6 from nextcloud/feat/package-node-npm-engines-update
Update npm and node engines versions
2 parents 4446d2f + 643b60a commit a7b6182

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

package.json

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
{
2-
"name": "@nextcloud/browserslist-config",
3-
"version": "2.2.0",
4-
"description": "Shared browserslist for Nextcloud libraries and apps",
5-
"main": "browserlist.config.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"keywords": [
10-
"nextcloud",
11-
"browserslist"
12-
],
13-
"homepage": "https://github.com/nextcloud/browserslist-config#readme",
14-
"author": "Christoph Wurst",
15-
"license": "GPL-3.0-or-later",
16-
"repository": {
17-
"type": "git",
18-
"url": "https://github.com/nextcloud/browserslist-config"
19-
}
2+
"name": "@nextcloud/browserslist-config",
3+
"version": "2.2.0",
4+
"description": "Shared browserslist for Nextcloud libraries and apps",
5+
"main": "browserlist.config.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"nextcloud",
11+
"browserslist"
12+
],
13+
"homepage": "https://github.com/nextcloud/browserslist-config#readme",
14+
"author": "Christoph Wurst",
15+
"license": "GPL-3.0-or-later",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/nextcloud/browserslist-config"
19+
},
20+
"engines": {
21+
"node": "^14.0.0",
22+
"npm": "^7.0.0"
23+
}
2024
}

0 commit comments

Comments
 (0)