bump package.json

This commit is contained in:
Estevao Soares dos Santos 2017-01-28 02:53:25 +00:00
parent 4b301d27c6
commit ed6a687013
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "showdown",
"version": "1.6.1",
"version": "1.6.2",
"description": "A Markdown to HTML converter written in Javascript",
"author": "Estevão Santos",
"homepage": "http://showdownjs.github.io/showdown/",

View File

@ -35,7 +35,7 @@ function runTests() {
.add('Simple "Hello World"', function () {
converter.makeHtml('*Hello* **World**!');
})
.add('readme.md', {
.add('performance.testfile.md', {
prepare: function () {
return testMDFile;
},