Skip to content

Commit

Permalink
feat(Browser): remove browser � (#5113)
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl authored Dec 14, 2020
1 parent 5c4547e commit 0a591a9
Show file tree
Hide file tree
Showing 22 changed files with 1,002 additions and 3,842 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"es2020": true,
"node": true
},
"overrides": [{ "files": ["*.browser.js"], "env": { "browser": true } }],
"rules": {
"import/order": [
"error",
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,3 @@ jobs:
uses: discordjs/action-docs@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

webpack:
name: webpack
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master

- name: Install Node v14
uses: actions/setup-node@master
with:
node-version: 14

- name: Install dependencies
run: npm ci

- name: Build and deploy webpack
uses: discordjs/action-webpack@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .tern-project
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
"fullDocs": true,
"strong": true
},
"webpack": {
"configPath": "./webpack.config.js"
}
}
}
2 changes: 0 additions & 2 deletions docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
files:
- name: Voice
path: voice.md
- name: Web builds
path: web.md
- name: Partials
path: partials.md
- name: Examples
Expand Down
52 changes: 0 additions & 52 deletions docs/topics/web.md

This file was deleted.

Loading

0 comments on commit 0a591a9

Please sign in to comment.