Skip to content

Commit

Permalink
Merge pull request #7 from nextcloud/feat/package-node-npm-engines-up…
Browse files Browse the repository at this point in the history
…date
  • Loading branch information
skjnldsv committed Aug 7, 2022
2 parents a7b6182 + 608a14c commit d2f2957
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +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"
},
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
}
"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": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
}

0 comments on commit d2f2957

Please sign in to comment.