We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445b8cf commit 0ec9cffCopy full SHA for 0ec9cff
.github/workflows/testing.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install dependencies
37
run: |
38
yarn install
39
- yarn add discord.js
+ yarn add discord.js@12
40
41
- name: Run test scripts
42
run: yarn test
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dokdo",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "Dokdo. Easy Discord bot debuging tool.",
5
"main": "./src/index.js",
6
"types": "./typings/index.d.ts",
@@ -44,6 +44,6 @@
44
"typescript": "^4.1.2"
45
},
46
"peerDependencies": {
47
- "discord.js": ">=12.0.0<13"
+ "discord.js": ">=12.0.0 <13"
48
}
49
0 commit comments