change version to 0.5.1

This commit is contained in:
Josh Bruce 2018-09-25 13:44:47 -04:00
parent 82a1f32917
commit 98dba3e429
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "marked",
"version": "0.6.0",
"version": "0.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "0.6.0",
"version": "0.5.1",
"main": "./lib/marked.js",
"bin": "./bin/marked",
"man": "./man/marked.1",