Skip to content

Commit

Permalink
Merge pull request #6 from nextcloud/feat/package-node-npm-engines-up…
Browse files Browse the repository at this point in the history
…date

Update npm and node engines versions
  • Loading branch information
juliusknorr authored Nov 11, 2021
2 parents 4446d2f + 643b60a commit a7b6182
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 a7b6182

Please sign in to comment.