mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-13 17:31:11 +00:00
feat: complete Pezkuwi rebrand
- Update phishing URL to phishing.pezkuwichain.io - Update author to Dijital Kurdistan Tech Inst - Update README with Pezkuwi project references - Update IPFS reference to pezkuwichain.io - Rebrand all package references from @polkadot to @pezkuwi
This commit is contained in:
+5
-5
@@ -1,16 +1,16 @@
|
||||
// Copyright 2017-2026 @polkadot/phishing authors & contributors
|
||||
// Copyright 2017-2026 @pezkuwi/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { createBundle } from '@polkadot/dev/config/rollup';
|
||||
import { createBundle } from '@pezkuwi/dev/config/rollup';
|
||||
|
||||
const pkgs = [
|
||||
'@polkadot/phishing'
|
||||
'@pezkuwi/phishing'
|
||||
];
|
||||
|
||||
const external = [
|
||||
...pkgs,
|
||||
'@polkadot/util',
|
||||
'@polkadot/util-crypto'
|
||||
'@pezkuwi/util',
|
||||
'@pezkuwi/util-crypto'
|
||||
];
|
||||
|
||||
const entries = {};
|
||||
|
||||
Reference in New Issue
Block a user