File tree Expand file tree Collapse file tree 3 files changed +19923
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19923
-4
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments