1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

feat: add npm package provenance

Ref: https://github.blog/2023-04-19-introducing-npm-package-provenance/
This commit is contained in:
Divlo
2023-05-13 15:41:12 +02:00
parent ca9b1db4bd
commit b1bd574d42
6 changed files with 24 additions and 11 deletions

View File

@@ -27,9 +27,13 @@
"index.js",
".eslintrc.json"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
"npm": ">=9.0.0"
},
"scripts": {
"lint:commit": "commitlint",