From b11ad13681c27faea7af71b418aa32f524689950 Mon Sep 17 00:00:00 2001 From: Dan Flettre Date: Thu, 30 Apr 2015 00:38:33 -0500 Subject: [PATCH] add deps --- index.js | 2 +- package.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index c325455..998bed6 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -module.exports = require('lib/rich-message.js') +module.exports = require('./lib/rich-message.js') diff --git a/package.json b/package.json index c478ceb..60d6d5c 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,13 @@ }, "scripts": { "test": "standard && tape test/*.js | tap-spec" + }, + "dependencies": { + "ghlink": "^0.1.2", + "highlight.js": "^8.5.0", + "markdown-it": "^4.2.0", + "markdown-it-emoji": "^1.0.0", + "moment": "^2.10.2", + "twemoji": "^1.4.1" } }