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.parser = parse;
|
||||||
marked.lexer = block.lexer;
|
marked.lexer = block.lexer;
|
||||||
|
|
||||||
|
marked.parse = marked;
|
||||||
|
|
||||||
if (typeof module !== 'undefined') {
|
if (typeof module !== 'undefined') {
|
||||||
module.exports = marked;
|
module.exports = marked;
|
||||||
} else {
|
} else {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "marked",
|
"name": "marked",
|
||||||
"description": "A markdown parser built for speed",
|
"description": "A markdown parser built for speed",
|
||||||
"author": "Christopher Jeffrey",
|
"author": "Christopher Jeffrey",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"main": "./lib/marked.js",
|
"main": "./lib/marked.js",
|
||||||
"bin": { "marked": "./bin/marked" },
|
"bin": { "marked": "./bin/marked" },
|
||||||
"repository": "git://github.com/chjj/marked.git",
|
"repository": "git://github.com/chjj/marked.git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user