diff --git a/node-irc/node-irc-tests.ts b/irc/irc-tests.ts similarity index 98% rename from node-irc/node-irc-tests.ts rename to irc/irc-tests.ts index 62d105acca..edda5e14fd 100644 --- a/node-irc/node-irc-tests.ts +++ b/irc/irc-tests.ts @@ -1,4 +1,4 @@ -/// +/// // https://github.com/martynsmith/node-irc/blob/master/example/bot.js import irc = require('irc'); diff --git a/node-irc/node-irc.d.ts b/irc/irc.d.ts similarity index 99% rename from node-irc/node-irc.d.ts rename to irc/irc.d.ts index ebb3f7e340..11f14ab6f2 100644 --- a/node-irc/node-irc.d.ts +++ b/irc/irc.d.ts @@ -1,4 +1,4 @@ -// Type definitions for node-irc v0.3.12 +// Type definitions for irc v0.3.12 // Project: https://github.com/martynsmith/node-irc // Definitions by: phillips1012 // Definitions: https://github.com/borisyankov/DefinitelyTyped