Skip to content

Commit 8374370

Browse files
authored
1 parent d559a08 commit 8374370

9 files changed

+9
-9
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/apps authors & contributors
1+
// Copyright 2017-2022 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const base = require('@polkadot/dev/config/eslint.cjs');

.prettierrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/apps authors & contributors
1+
// Copyright 2017-2022 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
module.exports = require('@polkadot/dev/config/prettier.cjs');

babel.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/apps authors & contributors
1+
// Copyright 2017-2022 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
module.exports = require('@polkadot/dev/config/babel-config-cjs.cjs');

docker/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright 2017-2021 @polkadot/apps authors & contributors
2+
# Copyright 2017-2022 @polkadot/apps authors & contributors
33
# This software may be modified and distributed under the terms
44
# of the Apache-2.0 license. See the LICENSE file for details.
55

env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2017-2021 @polkadot/apps authors & contributors
2+
# Copyright 2017-2022 @polkadot/apps authors & contributors
33
# SPDX-License-Identifier: Apache-2.0
44

55
# This script is used when the docker container starts and does the magic to

i18next-scanner.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/apps authors & contributors
1+
// Copyright 2017-2022 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const fs = require('fs');

jest-slow.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/apps authors & contributors
1+
// Copyright 2017-2022 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const config = require('./jest.config.cjs');

jest.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/apps authors & contributors
1+
// Copyright 2017-2022 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const config = require('@polkadot/dev/config/jest.cjs');

packages/apps/src/detectOther.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/apps authors & contributors
1+
// Copyright 2017-2022 @polkadot/apps authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Empty template, auto-generated by @polkadot/dev

0 commit comments

Comments
 (0)