chore(release): 7.0.2 [skip ci]
## [7.0.2](https://github.com/markedjs/marked/compare/v7.0.1...v7.0.2) (2023-08-10) ### Bug Fixes * fix sourcemaps and circular dependencies ([#2929](https://github.com/markedjs/marked/issues/2929)) ([eb4ce21](eb4ce21127
)) * noImplicitAny: true ([#2891](https://github.com/markedjs/marked/issues/2891)) ([ff1602c](ff1602c178
))
This commit is contained in:
parent
374437be9f
commit
f10fc84b80
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user