This commit is contained in:
Jaco Greeff
2021-01-03 11:12:06 +01:00
committed by GitHub
parent 609f56b00d
commit f0d1b7cec1
12 changed files with 75 additions and 49 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/x-fetch": "^5.2.2"
"@polkadot/x-fetch": "^5.2.3"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2020 @polkadot/phishing authors & contributors
// Copyright 2020-2021 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import fs from 'fs';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2020 @polkadot/phishing authors & contributors
// Copyright 2020-2021 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { checkIfDenied } from '.';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2020 @polkadot/phishing authors & contributors
// Copyright 2020-2021 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { HostList } from './types';
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2020 @polkadot/phishing authors & contributors
// Copyright 2020-2021 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
export interface HostList {
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2020 @polkadot/phishing authors & contributors
// Copyright 2020-2021 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
export interface Dummy {