Some more work done
This commit is contained in:
parent
8c4b386a99
commit
814bdc4eb8
4 changed files with 4 additions and 1 deletions
|
@ -91,6 +91,7 @@
|
|||
"megalodon": "workspace:*",
|
||||
"meilisearch": "0.33.0",
|
||||
"mfm-js": "0.23.3",
|
||||
"ffm-js": "workspace:*",
|
||||
"mime-types": "2.1.35",
|
||||
"msgpackr": "1.9.6",
|
||||
"multer": "1.4.4-lts.1",
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
"katex": "0.16.8",
|
||||
"matter-js": "0.19.0",
|
||||
"mfm-js": "0.23.3",
|
||||
"ffm-js": "workspace:*",
|
||||
"paralint": "^1.2.1",
|
||||
"photoswipe": "5.3.8",
|
||||
"prettier": "3.0.2",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "mfm-js",
|
||||
"name": "ffm-js",
|
||||
"version": "0.23.3",
|
||||
"description": "An MFM parser implementation with TypeScript",
|
||||
"main": "./built/index.js",
|
||||
|
|
|
@ -5,3 +5,4 @@ packages:
|
|||
- 'packages/sw'
|
||||
- 'packages/firefish-js'
|
||||
- 'packages/megalodon'
|
||||
- 'packages/ffm-js'
|
||||
|
|
Loading…
Reference in a new issue