Add index.js to enable usage as module.

This commit is contained in:
Taylor Russ
2014-10-05 22:48:40 -07:00
parent ce1ded590c
commit a194086708

4
index.js Normal file
View File

@@ -0,0 +1,4 @@
var textbelt = require('./lib/text');
module.exports = textbelt;