mirror of
https://github.com/danbulant/discord.js
synced 2026-06-17 21:51:20 +00:00
Build lib and update dependencies
This commit is contained in:
parent
d3e0f46ff0
commit
4486b623f5
2 changed files with 7 additions and 9 deletions
|
|
@ -34,7 +34,7 @@ var Channel = (function (_Equality) {
|
|||
_createClass(Channel, [{
|
||||
key: "isPrivate",
|
||||
get: function get() {
|
||||
return !!this.server;
|
||||
return !this.server;
|
||||
}
|
||||
}]);
|
||||
|
||||
|
|
|
|||
14
package.json
14
package.json
|
|
@ -25,19 +25,17 @@
|
|||
},
|
||||
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
||||
"dependencies": {
|
||||
"superagent": "^1.3.0",
|
||||
"ws": "^0.7.2"
|
||||
"superagent": "^1.5.0",
|
||||
"ws": "^0.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-preset-es2015": "^6.1.18",
|
||||
"babel-preset-es2015-loose": "^6.1.2",
|
||||
"colors": "^1.1.2",
|
||||
"eslint": "^1.10.3",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-babel": "<6.0.0",
|
||||
"grunt-browserify": "^4.0.0",
|
||||
"grunt-contrib-uglify": "^0.9.2",
|
||||
"load-grunt-tasks": "^3.2.0",
|
||||
"grunt-browserify": "^4.0.1",
|
||||
"grunt-contrib-uglify": "^0.11.0",
|
||||
"load-grunt-tasks": "^3.3.0",
|
||||
"mocha": "^2.3.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue