This commit is contained in:
Tony Brix 2020-03-06 14:23:01 -06:00
parent b0928cbdf0
commit 20d85bd632
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "marked",
"version": "0.8.0",
"version": "0.8.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.8.0",
"version": "0.8.1",
"main": "./src/marked.js",
"bin": "./bin/marked",
"man": "./man/marked.1",