Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
Signed-off-by: David Mehren <[email protected]>
  • Loading branch information
davidmehren committed Aug 31, 2024
1 parent a13ab87 commit a8cdc72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "meta-marked",
"name": "@hedgedoc/meta-marked",
"version": "14.1.0",
"description": "The 'marked' markdown processor with a simple metadata system.",
"main": "./lib/meta-marked.js",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ __metadata:
version: 8
cacheKey: 10c0

"@hedgedoc/meta-marked@workspace:.":
version: 0.0.0-use.local
resolution: "@hedgedoc/meta-marked@workspace:."
dependencies:
js-yaml: "npm:~4.1.0"
marked: "npm:14.1.0"
tape: "npm:5.8.1"
languageName: unknown
linkType: soft

"@ljharb/resumer@npm:^0.1.3":
version: 0.1.3
resolution: "@ljharb/resumer@npm:0.1.3"
Expand Down Expand Up @@ -727,16 +737,6 @@ __metadata:
languageName: node
linkType: hard

"meta-marked@workspace:.":
version: 0.0.0-use.local
resolution: "meta-marked@workspace:."
dependencies:
js-yaml: "npm:~4.1.0"
marked: "npm:14.1.0"
tape: "npm:5.8.1"
languageName: unknown
linkType: soft

"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
Expand Down

0 comments on commit a8cdc72

Please sign in to comment.