mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
bump package.json
This commit is contained in:
parent
4b301d27c6
commit
ed6a687013
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "showdown",
|
"name": "showdown",
|
||||||
"version": "1.6.1",
|
"version": "1.6.2",
|
||||||
"description": "A Markdown to HTML converter written in Javascript",
|
"description": "A Markdown to HTML converter written in Javascript",
|
||||||
"author": "Estevão Santos",
|
"author": "Estevão Santos",
|
||||||
"homepage": "http://showdownjs.github.io/showdown/",
|
"homepage": "http://showdownjs.github.io/showdown/",
|
||||||
|
|
|
@ -35,7 +35,7 @@ function runTests() {
|
||||||
.add('Simple "Hello World"', function () {
|
.add('Simple "Hello World"', function () {
|
||||||
converter.makeHtml('*Hello* **World**!');
|
converter.makeHtml('*Hello* **World**!');
|
||||||
})
|
})
|
||||||
.add('readme.md', {
|
.add('performance.testfile.md', {
|
||||||
prepare: function () {
|
prepare: function () {
|
||||||
return testMDFile;
|
return testMDFile;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user