From a951af8c4de81d77c2861bc61edd320c4e6345cd Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 3 Dec 2024 22:46:54 +0100 Subject: [PATCH] remove unused files --- .all-contributorsrc | 89 --------------------------------------------- .build/changelog.js | 28 -------------- .percy.yml | 3 -- package.json | 1 - 4 files changed, 121 deletions(-) delete mode 100644 .all-contributorsrc delete mode 100644 .build/changelog.js delete mode 100644 .percy.yml diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index c7b9ec7a6..000000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,89 +0,0 @@ -{ - "projectName": "tabler", - "projectOwner": "tabler", - "repoType": "github", - "repoHost": "https://github.com", - "files": [ - "CONTRIBUTORS.md" - ], - "imageSize": 100, - "commit": true, - "commitConvention": "angular", - "contributors": [ - { - "login": "codecalm", - "name": "Paweł Kuna", - "avatar_url": "https://avatars.githubusercontent.com/u/1282324?v=4", - "profile": "https://tabler.io/", - "contributions": [ - "code", - "doc" - ] - }, - { - "login": "martynaaj", - "name": "Martyna", - "avatar_url": "https://avatars.githubusercontent.com/u/60158888?v=4", - "profile": "https://github.com/martynaaj", - "contributions": [ - "doc" - ] - }, - { - "login": "deralaxo", - "name": "Dawid Harat", - "avatar_url": "https://avatars.githubusercontent.com/u/40028795?v=4", - "profile": "https://github.com/deralaxo", - "contributions": [ - "code" - ] - }, - { - "login": "rjd22", - "name": "Robert-Jan de Dreu", - "avatar_url": "https://avatars.githubusercontent.com/u/160743?v=4", - "profile": "https://codersopinion.com/", - "contributions": [ - "code" - ] - }, - { - "login": "FreexD", - "name": "Michał Wolny", - "avatar_url": "https://avatars.githubusercontent.com/u/7117869?v=4", - "profile": "https://github.com/FreexD", - "contributions": [ - "code" - ] - }, - { - "login": "wangkanai", - "name": "Sarin Na Wangkanai", - "avatar_url": "https://avatars.githubusercontent.com/u/10666633?v=4", - "profile": "https://www.wangkanai.com/", - "contributions": [ - "code" - ] - }, - { - "login": "WinterSilence", - "name": "Anton", - "avatar_url": "https://avatars.githubusercontent.com/u/3521094?v=4", - "profile": "https://ensostudio.ru/", - "contributions": [ - "code" - ] - }, - { - "login": "dheineman", - "name": "Dave Heineman", - "avatar_url": "https://avatars.githubusercontent.com/u/516028?v=4", - "profile": "https://github.com/dheineman", - "contributions": [ - "code" - ] - } - ], - "contributorsPerLine": 7, - "linkToUsage": false -} diff --git a/.build/changelog.js b/.build/changelog.js deleted file mode 100644 index 09fce50f6..000000000 --- a/.build/changelog.js +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env node - -'use strict' - -const fs = require('fs'), - path = require('path'), - YAML = require('yaml'); - -const content = YAML.parse(fs.readFileSync(path.join(__dirname, '../src/pages/_data/changelog.yml'), 'utf8')).reverse() -let readme = `# Changelog - -All notable changes to this project will be documented in this file.\n` - -content.forEach((change) => { - readme += `\n\n## \`${change.version}\` - ${change.date}\n\n` - - if (change.description) { - readme += `**${change.description}**\n\n` - } - - change.changes.forEach((line) => { - readme += `- ${line}\n` - }) - - console.log(change.version); -}) - -fs.writeFileSync(path.join(__dirname, '../CHANGELOG.md'), readme) \ No newline at end of file diff --git a/.percy.yml b/.percy.yml deleted file mode 100644 index ece07bb07..000000000 --- a/.percy.yml +++ /dev/null @@ -1,3 +0,0 @@ -version: 1 -snapshot: - widths: [1440] \ No newline at end of file diff --git a/package.json b/package.json index 92ddf919d..dc919aeb2 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,6 @@ "@rollup/pluginutils": "^5.1.3", "@rollup/stream": "^2.0.0", "@shopify/prettier-plugin-liquid": "^1.6.1", - "all-contributors-cli": "^6.26.1", "apexcharts": "^3.54.1", "autoprefixer": "^10.4.20", "autosize": "^6.0.1",