Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Reverting debugging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyio committed Mar 18, 2019
1 parent 8ad885f commit 3d05786
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.6.1
- Reverting debugging changes

1.6.0
- Displaying newly mapped command permission example text

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kiera-web",
"version": "1.6.0",
"version": "1.6.1",
"description": "Web portal for kiera-bot",
"main": "index.js",
"author": "Emma (RileyIO)",
Expand All @@ -21,7 +21,7 @@
"express-session": "^1.15.6",
"helmet": "^3.15.0",
"passport": "^0.4.0",
"passport-discord": "https://github.com/rileyio/passport-discord.git",
"passport-discord": "^0.1.3",
"react": "^16.7.0",
"redis": "^2.8.0",
"socket.io-client": "^2.2.0",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3399,9 +3399,10 @@ pascalcase@^0.1.1:
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=

"passport-discord@https://github.com/rileyio/passport-discord.git":
passport-discord@^0.1.3:
version "0.1.3"
resolved "https://github.com/rileyio/passport-discord.git#5cbc69d5d6e16004653d1f95b01bb8007c9deba5"
resolved "https://registry.yarnpkg.com/passport-discord/-/passport-discord-0.1.3.tgz#669cc4a770b592f57eb17002ca1743a22e8d7c38"
integrity sha512-o8+KiQrV63DCJvYVceyVJgyFhHxqOPlcxaiB8Hlrrm0uq83KfQOMPUcXal0pao5Qx8ZeOH/RBJEbJV9aB0F/hw==
dependencies:
passport-oauth2 "^1.2.0"

Expand Down

0 comments on commit 3d05786

Please sign in to comment.