mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
Build lib and update dependencies
This commit is contained in:
@@ -34,7 +34,7 @@ var Channel = (function (_Equality) {
|
|||||||
_createClass(Channel, [{
|
_createClass(Channel, [{
|
||||||
key: "isPrivate",
|
key: "isPrivate",
|
||||||
get: function get() {
|
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",
|
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"superagent": "^1.3.0",
|
"superagent": "^1.5.0",
|
||||||
"ws": "^0.7.2"
|
"ws": "^0.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-preset-es2015": "^6.1.18",
|
|
||||||
"babel-preset-es2015-loose": "^6.1.2",
|
|
||||||
"colors": "^1.1.2",
|
"colors": "^1.1.2",
|
||||||
"eslint": "^1.10.3",
|
"eslint": "^1.10.3",
|
||||||
"grunt": "~0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-babel": "<6.0.0",
|
"grunt-babel": "<6.0.0",
|
||||||
"grunt-browserify": "^4.0.0",
|
"grunt-browserify": "^4.0.1",
|
||||||
"grunt-contrib-uglify": "^0.9.2",
|
"grunt-contrib-uglify": "^0.11.0",
|
||||||
"load-grunt-tasks": "^3.2.0",
|
"load-grunt-tasks": "^3.3.0",
|
||||||
"mocha": "^2.3.4"
|
"mocha": "^2.3.4"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user