fix: update header pattern to allow 'authors & contributors' suffix

This commit is contained in:
2026-01-08 01:35:27 +03:00
parent 49a6fd372f
commit 60f7beb120
70 changed files with 246 additions and 246 deletions
+14 -14
View File
@@ -1,36 +1,36 @@
{
"author": "Pezkuwi Team <team@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwi/dev/issues",
"bugs": "https://github.com/pezkuwichain/pezkuwi-dev/issues",
"engines": {
"node": ">=18.14"
},
"homepage": "https://github.com/pezkuwi/dev#readme",
"homepage": "https://github.com/pezkuwichain/pezkuwi-dev#readme",
"license": "Apache-2.0",
"packageManager": "yarn@4.6.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/pezkuwi/dev.git"
"url": "https://github.com/pezkuwichain/pezkuwi-dev.git"
},
"sideEffects": false,
"type": "module",
"version": "0.84.2",
"version": "0.85.3",
"versions": {
"git": "0.84.2",
"npm": "0.84.2"
"git": "0.85.3",
"npm": "0.85.3"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "polkadot-dev-build-ts",
"build:before": "polkadot-dev-copy-dir --cd packages/dev config scripts build",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"clean": "polkadot-dev-clean-build",
"docs": "polkadot-dev-build-docs",
"lint": "polkadot-dev-run-lint",
"postinstall": "./packages/dev/scripts/polkadot-dev-yarn-only.mjs",
"test": "yarn build && polkadot-dev-run-test --dev-build --env browser"
"build": "pezkuwi-dev-build-ts",
"build:before": "pezkuwi-dev-copy-dir --cd packages/dev config scripts build",
"build:release": "pezkuwi-ci-ghact-build --skip-beta",
"clean": "pezkuwi-dev-clean-build",
"docs": "pezkuwi-dev-build-docs",
"lint": "pezkuwi-dev-run-lint",
"postinstall": "./packages/dev/scripts/pezkuwi-dev-yarn-only.mjs",
"test": "yarn build && pezkuwi-dev-run-test --dev-build --env browser"
},
"devDependencies": {
"@pezkuwi/dev": "workspace:packages/dev",