gf3 / Jerk

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

Remove node_modules directory? #18

Closed jsyrjala closed 12 years ago

jsyrjala commented 13 years ago

Currently jerk has node_modules directory that contains a version of irc-js library. However the jerk's package.json lists irc-js as dependecy.

I think that npm will download irc-js just based on package.json when installing jerk, so jerk's node_modules directory could be removed complitely.

gf3 commented 13 years ago

Yes, I'm actually in the process of doing this for both Jerk and IRC-js. Expect updates soon!