Ver código fonte

bump package.json

Estevao Soares dos Santos 8 anos atrás
pai
commit
ed6a687013
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      package.json
  2. 1 1
      test/node/performance.js

+ 1 - 1
package.json

@@ -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/",

+ 1 - 1
test/node/performance.js

@@ -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;
       },