mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
fix lint errors and add copyright info
This commit is contained in:
parent
19edcd436e
commit
b366dbb460
@ -17,9 +17,6 @@ limitations under the License.
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const childProcess = require('child_process');
|
const childProcess = require('child_process');
|
||||||
|
|
||||||
const mkdirp = require('mkdirp');
|
|
||||||
const fsExtra = require('fs-extra');
|
|
||||||
|
|
||||||
module.exports = async function(hakEnv, moduleInfo) {
|
module.exports = async function(hakEnv, moduleInfo) {
|
||||||
await buildKeytar(hakEnv, moduleInfo);
|
await buildKeytar(hakEnv, moduleInfo);
|
||||||
};
|
};
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
/*
|
|
||||||
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
const path = require('path');
|
|
||||||
const childProcess = require('child_process');
|
|
||||||
|
|
||||||
const fs = require('fs');
|
|
||||||
const fsProm = require('fs').promises;
|
|
||||||
const needle = require('needle');
|
|
||||||
const tar = require('tar');
|
|
||||||
|
|
||||||
module.exports = async function(hakEnv, moduleInfo) {
|
|
||||||
};
|
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check": "check.js",
|
"check": "check.js",
|
||||||
"fetchDeps": "fetchDeps.js",
|
|
||||||
"build": "build.js"
|
"build": "build.js"
|
||||||
},
|
},
|
||||||
"prune": "native",
|
"prune": "native",
|
||||||
|
@ -3,6 +3,7 @@ Copyright 2016 Aviral Dasgupta
|
|||||||
Copyright 2016 OpenMarket Ltd
|
Copyright 2016 OpenMarket Ltd
|
||||||
Copyright 2018, 2019 New Vector Ltd
|
Copyright 2018, 2019 New Vector Ltd
|
||||||
Copyright 2017, 2019 Michael Telatynski <7t3chguy@gmail.com>
|
Copyright 2017, 2019 Michael Telatynski <7t3chguy@gmail.com>
|
||||||
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
Loading…
Reference in New Issue
Block a user