Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Sep 12, 2019
1 parent 9b6ea33 commit 8d7a5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module.exports = {
}],
'import/extensions': 'off',
'import/prefer-default-export': 'off',
'import/no-unresolved': 'off',
},
globals: {
WebAssembly: false,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-rpc",
"version": "3.0.2",
"version": "3.1.0",
"description": "A simple RPC client for Discord",
"keywords": [
"discord",
Expand Down Expand Up @@ -36,6 +36,7 @@
"register-scheme": "github:devsnek/node-register-scheme"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"discord.js-docgen": "github:discordjs/docgen",
"electron": "^6.0.9",
"eslint": "^6.1.0",
Expand Down

0 comments on commit 8d7a5b2

Please sign in to comment.