Skip to content

Commit

Permalink
Fix/djs version (#277)
Browse files Browse the repository at this point in the history
* fix(package): fixed versioning of djs

* release: v0.4.1

* chore(package): update djs version

* chore(package): fixed version

* ci(testing): using djs v12
  • Loading branch information
wonderlandpark authored Aug 8, 2021
1 parent 445b8cf commit 0ec9cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
yarn install
yarn add discord.js
yarn add discord.js@12
- name: Run test scripts
run: yarn test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokdo",
"version": "0.4.0",
"version": "0.4.1",
"description": "Dokdo. Easy Discord bot debuging tool.",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
Expand Down Expand Up @@ -44,6 +44,6 @@
"typescript": "^4.1.2"
},
"peerDependencies": {
"discord.js": ">=12.0.0<13"
"discord.js": ">=12.0.0 <13"
}
}

0 comments on commit 0ec9cff

Please sign in to comment.