diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 715d61b59..4977a20d9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) 599 Frank Update all.json (#3211) 564 Tim Janssen Update all.json (#3206) - 520 Jaco Add repo dev req. for Node.js (#3186) + 521 Jaco 0.20.5 (#3212) 419 mhusnirizal update all.json (#3204) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 968c0c314..026deb16d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/phishing/issues", - "engine-strict": true, "engines": { "node": ">=18.14" }, @@ -17,8 +16,8 @@ "type": "module", "version": "0.20.5", "versions": { - "git": "0.20.5-26-x", - "npm": "0.20.4" + "git": "0.20.5", + "npm": "0.20.5" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a68c4aa51..214d42d06 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.5-26-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.5' };