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" } }