Skip to content

Commit

Permalink
Merge pull request #58 from nextcloud/feat/package-node-npm-engines-u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
skjnldsv committed Aug 7, 2022
2 parents a47a211 + 64b675d commit e143fc1
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "@nextcloud/stylelint-config",
"version": "2.1.2",
"description": "Stylelint shared config for nextcloud vue.js apps",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/stylelint-config.git"
},
"peerDependencies": {
"stylelint": "^14.2.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.1.0"
},
"devDependencies": {
"stylelint": "^14.2.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.1.0"
},
"keywords": [
"stylelint",
"config",
"nextcloud"
],
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud/stylelint-config/issues"
},
"homepage": "https://github.com/nextcloud/stylelint-config#readme",
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
}
"name": "@nextcloud/stylelint-config",
"version": "2.1.2",
"description": "Stylelint shared config for nextcloud vue.js apps",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/stylelint-config.git"
},
"peerDependencies": {
"stylelint": "^14.2.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.1.0"
},
"devDependencies": {
"stylelint": "^14.2.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.1.0"
},
"keywords": [
"stylelint",
"config",
"nextcloud"
],
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud/stylelint-config/issues"
},
"homepage": "https://github.com/nextcloud/stylelint-config#readme",
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
}

0 comments on commit e143fc1

Please sign in to comment.