Skip to content

Commit

Permalink
fix: remove unused scripts, workflows, packages, and components (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Oct 22, 2024
1 parent e953a35 commit afa47b1
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 537 deletions.
1 change: 0 additions & 1 deletion .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:

- name: Build documentation
run: |
pnpm axios:build
pnpm docs:build
- name: Serve docs and check links
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/refresh-chains.yml

This file was deleted.

2 changes: 0 additions & 2 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import mediumZoom from 'medium-zoom';
import PageHeader from '../../_components/PageHeader.vue';
import CopyIcon from '../../_components/CopyIcon.vue';
import Video from '../../_components/Video.vue';
import EthersAbiCoder from '../../_components/EthersAbiCoder.vue';

import './zoom.css';

Expand All @@ -29,6 +28,5 @@ export default {
app.component('PageHeader', PageHeader);
app.component('CopyIcon', CopyIcon);
app.component('Video', Video);
app.component('EthersAbiCoder', EthersAbiCoder);
},
};
82 changes: 0 additions & 82 deletions docs/_components/EthersAbiCoder.vue

This file was deleted.

99 changes: 0 additions & 99 deletions libs/axiosBuildScripts.js

This file was deleted.

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,14 @@
"format": "prettier --write --cache \"./**/*.{js,vue,md,json,yaml}\" --log-level silent",
"format:check": "prettier --check --cache \"./**/*.{js,vue,md,json,yaml}\"",
"prepare": "husky",
"axios:build": "node libs/axiosBuildScripts.js; pnpm format;",
"firebase:emulator": "pnpm docs:build; firebase emulators:start"
},
"devDependencies": {
"@api3/chains": "^10.4.0",
"axios": "^1.7.7",
"colors": "^1.4.0",
"ethers": "^6.13.4",
"file": "^0.2.2",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"html-dom-parser": "^5.0.10",
"husky": "^9.1.6",
"js-yaml": "^4.1.0",
"medium-zoom": "^1.1.0",
"oust": "^2.0.4",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit afa47b1

Please sign in to comment.