Build lib and update dependencies

This commit is contained in:
abalabahaha
2015-12-06 00:53:35 -08:00
parent d3e0f46ff0
commit 4486b623f5
2 changed files with 7 additions and 9 deletions

View File

@@ -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;
} }
}]); }]);

View File

@@ -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": {