diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b0b1dcf..3c785f9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,8 +26,8 @@ jobs: - name: Install ESLint run: | - npm install eslint@8.10.0 - npm install @microsoft/eslint-formatter-sarif@2.1.7 + yarn add eslint@8.10.0 + yarn add @microsoft/eslint-formatter-sarif@2.1.7 - name: Run ESLint run: npx eslint . diff --git a/package.json b/package.json index 0660c37..4ef5416 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index e179903..f124199 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"