This commit is contained in:
Jaco
2022-01-01 09:39:33 +01:00
committed by GitHub
parent 4ebe43e150
commit dd35babd1b
8 changed files with 28 additions and 15 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
// Copyright 2020-2022 @polkadot/phishing authors & contributors
// Copyright 2017-2022 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
declare const __dirname: string | undefined;
export default __dirname;
+3 -1
View File
@@ -1,6 +1,8 @@
// Copyright 2020-2022 @polkadot/phishing authors & contributors
// Copyright 2017-2022 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
module.exports = typeof __dirname === 'string'
? __dirname.replace('/cjs', '')
: undefined;
+2 -2
View File
@@ -1,3 +1,3 @@
{
"type": "commonjs"
}
"type":"commonjs"
}
+6
View File
@@ -0,0 +1,6 @@
// Copyright 2017-2022 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Empty template, auto-generated by @polkadot/dev
export default [];
+6 -3
View File
@@ -1,9 +1,12 @@
// Copyright 2020-2022 @polkadot/phishing authors & contributors
// Copyright 2017-2022 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
import { detectPackage } from '@polkadot/util';
import __dirname from './cjs/dirname';
import dirname from './cjs/dirname';
import others from './detectOther';
import { packageInfo } from './packageInfo';
detectPackage(packageInfo, typeof __dirname !== 'undefined' && __dirname, []);
detectPackage(packageInfo, dirname, others);
+2 -2
View File
@@ -1,6 +1,6 @@
// Copyright 2017-2021 @polkadot/phishing authors & contributors
// Copyright 2017-2022 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Auto-generated by @polkadot/dev, do not edit
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/phishing', version: '0.7.2' };