Skip to content

Commit

Permalink
banish all mentions of npm and fix github ssh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Oct 30, 2024
1 parent 5400ea5 commit 6032c2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Install ESLint
run: |
npm install [email protected]
npm install @microsoft/[email protected]
yarn add [email protected]
yarn add @microsoft/[email protected]
- name: Run ESLint
run: npx eslint .
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bufferutil": "^4.0.8",
"canvas": "^3.0.0-rc2",
"discord.js": "^14.16.3",
"djs-slash-helper": "https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65",
"djs-slash-helper": "git+https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65",
"dotenv": "^16.4.5",
"expiry-map": "^2.0.0",
"lru-cache": "^11.0.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ __metadata:
bufferutil: "npm:^4.0.8"
canvas: "npm:^3.0.0-rc2"
discord.js: "npm:^14.16.3"
djs-slash-helper: "https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65"
djs-slash-helper: "git+https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65"
dotenv: "npm:^16.4.5"
eslint: "npm:^9.13.0"
expiry-map: "npm:^2.0.0"
Expand Down Expand Up @@ -2672,9 +2672,9 @@ __metadata:
languageName: node
linkType: hard

"djs-slash-helper@https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65":
"djs-slash-helper@git+https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65":
version: 2.0.0
resolution: "djs-slash-helper@git+ssh://git@github.com/bristermitten/djs-slash-helper.git#commit=1302255f21e14aa5c7bb987c11c7be53b1058f65"
resolution: "djs-slash-helper@https://github.com/bristermitten/djs-slash-helper.git#commit=1302255f21e14aa5c7bb987c11c7be53b1058f65"
dependencies:
"@discordjs/rest": "npm:^2.4.0"
discord-api-types: "npm:^0.37.103"
Expand Down

0 comments on commit 6032c2f

Please sign in to comment.