Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Flet committed Apr 30, 2015
1 parent 933fea2 commit b11ad13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('lib/rich-message.js')
module.exports = require('./lib/rich-message.js')
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit b11ad13

Please sign in to comment.