Skip to content

Commit 4409d5f

Browse files
committed
update deps, bump version, build webpack
1 parent 1e78bc8 commit 4409d5f

File tree

3 files changed

+19923
-4
lines changed

3 files changed

+19923
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "discord-rpc",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A simple RPC client for Discord somewhat stolen from the Discord StreamKit.",
55
"main": "src/index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/GusCaplan/discord-rpc.git"
99
},
1010
"scripts": {
11-
"web-dist": "npm install && ./node_modules/parallel-webpack/bin/run.js"
11+
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
1212
},
1313
"author": "Gus Caplan <me@gus.host>",
1414
"license": "MIT",
@@ -18,8 +18,8 @@
1818
"homepage": "https://github.com/GusCaplan/discord-rpc#readme",
1919
"dependencies": {
2020
"lodash": "^4.17.2",
21-
"superagent": "^2.3.0",
22-
"uuid": "^2.0.3",
21+
"superagent": "^3.0.0",
22+
"uuid": "^3.0.0",
2323
"ws": "^1.1.1"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)