Skip to content

Commit

Permalink
Update npm and node engines versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Nov 11, 2021
1 parent 4446d2f commit 643b60a
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions package.json
@@ -1,20 +1,24 @@
{
"name": "@nextcloud/browserslist-config",
"version": "2.2.0",
"description": "Shared browserslist for Nextcloud libraries and apps",
"main": "browserlist.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nextcloud",
"browserslist"
],
"homepage": "https://github.com/nextcloud/browserslist-config#readme",
"author": "Christoph Wurst",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/browserslist-config"
}
"name": "@nextcloud/browserslist-config",
"version": "2.2.0",
"description": "Shared browserslist for Nextcloud libraries and apps",
"main": "browserlist.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nextcloud",
"browserslist"
],
"homepage": "https://github.com/nextcloud/browserslist-config#readme",
"author": "Christoph Wurst",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/browserslist-config"
},
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
}
}

0 comments on commit 643b60a

Please sign in to comment.