Closed jsyrjala closed 12 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.
irc-js
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.
Yes, I'm actually in the process of doing this for both Jerk and IRC-js. Expect updates soon!
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.