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
+4 -4
View File
@@ -1,21 +1,21 @@
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/pezkuwi/dev/issues",
"bugs": "https://github.com/pezkuwichain/pezkuwi-dev/issues",
"description": "A basic test-functions-as-global library on top of node:test",
"engines": {
"node": ">=18.14"
},
"homepage": "https://github.com/pezkuwi/dev/tree/master/packages/dev-test#readme",
"homepage": "https://github.com/pezkuwichain/pezkuwi-dev/tree/master/packages/dev-test#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/dev-test",
"repository": {
"directory": "packages/dev-test",
"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.0",
"main": "./index.js",
"exports": {
"./globals.d.ts": "./src/globals.d.ts"