mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-22 05:55:13 +00:00
Update package.json
This commit is contained in:
parent
3b5bfe6f6a
commit
d7e29613c9
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mfm-js",
|
"name": "sfm-js",
|
||||||
"version": "0.23.3",
|
"version": "0.23.3",
|
||||||
"description": "An MFM parser implementation with TypeScript",
|
"description": "An SFM parser implementation with fixes based on MFM",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -18,9 +18,9 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/misskey-dev/mfm.js.git"
|
"url": "git+https://git.joinsharkey.org/Sharkey/sfm.js.git"
|
||||||
},
|
},
|
||||||
"author": "Marihachi",
|
"author": "Marie",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/api-extractor": "^7.28.4",
|
"@microsoft/api-extractor": "^7.28.4",
|
||||||
|
|
Loading…
Reference in a new issue