gf3 / Jerk

Stupidly simple IRC bots in Javascript.
http://gf3.github.com/Jerk
The Unlicense
106 stars 17 forks source link

coloured & log dependencies are not declared in package.json #15

Closed beriberikix closed 12 years ago

beriberikix commented 13 years ago

Coloured & log are not declared as dependencies in the package.json file, so when you install with NPM, they are not included. Then your commandline weeps.

jsyrjala commented 13 years ago

The exception comes from jerk/node_modules/irc-js/node_modules/coloured-log/lib/coloured-log.js:1:76.

Also the current version of Jerk (1.1.15) depends on "irc-js": "=0.2.23", while the newest irc-js is 0.2.26. The colored log thing was removed in irc-js 0.2.26.