Skip to content

Commit

Permalink
bump package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Jan 28, 2017
1 parent 4b301d2 commit ed6a687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion test/node/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit ed6a687

Please sign in to comment.