compliance with jade and version
This commit is contained in:
parent
6d3e228a4b
commit
9ab262b2cd
@ -545,6 +545,8 @@ var marked = function(str) {
|
||||
marked.parser = parse;
|
||||
marked.lexer = block.lexer;
|
||||
|
||||
marked.parse = marked;
|
||||
|
||||
if (typeof module !== 'undefined') {
|
||||
module.exports = marked;
|
||||
} else {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"main": "./lib/marked.js",
|
||||
"bin": { "marked": "./bin/marked" },
|
||||
"repository": "git://github.com/chjj/marked.git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user