This commit is contained in:
Tony Brix 2020-03-22 00:35:00 -05:00
parent 38403c01e4
commit 19f0d4f4bf
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

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

View File

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