Compare commits
No commits in common. "release" and "feat/fediverse" have entirely different histories.
release
...
feat/fediv
14 changed files with 765 additions and 931 deletions
2
AUTHORS
2
AUTHORS
|
@ -2,4 +2,4 @@
|
|||
|
||||
# Maintainers
|
||||
dima @reddima100:matrix.org
|
||||
kogeletey @kglt:re128.org
|
||||
kogeletey @trmt:matrix.org
|
||||
|
|
17
package.json
17
package.json
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"spell": "cspell lint -c .cspell.json '**/*.md'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cspell/dict-en-gb": "^4.1.12",
|
||||
"@cspell/dict-fullstack": "^3.1.5",
|
||||
"@cspell/dict-latex": "^4.0.0",
|
||||
"@cspell/dict-markdown": "^2.0.1",
|
||||
"@cspell/dict-ru_ru": "^2.0.5",
|
||||
"@cspell/dict-software-terms": "^3.1.6",
|
||||
"@evilmartians/lefthook": "^1.3.9",
|
||||
"cspell": "^6.30.2"
|
||||
},
|
||||
"packageManager": "pnpm@10.0.0-rc.0+sha512.bce495587126f9a37d64150bf80dcf9bd96f0d64cfd450c9b1a7e5bf2cfc81aef3d50178f259855351c872905a240861a55031652c81e8a11665bfa65f6a1dc2"
|
||||
}
|
16
package.json5
Normal file
16
package.json5
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
private: true,
|
||||
scripts: {
|
||||
spell: 'cspell lint -c .cspell.json "**/*.md"',
|
||||
},
|
||||
devDependencies: {
|
||||
'@cspell/dict-en-gb': '^4.1.12',
|
||||
'@cspell/dict-fullstack': '^3.1.5',
|
||||
'@cspell/dict-latex': '^4.0.0',
|
||||
'@cspell/dict-markdown': '^2.0.1',
|
||||
'@cspell/dict-ru_ru': '^2.0.5',
|
||||
'@cspell/dict-software-terms': '^3.1.6',
|
||||
'@evilmartians/lefthook': '^1.3.9',
|
||||
cspell: '^6.30.2',
|
||||
},
|
||||
}
|
1661
pnpm-lock.yaml
1661
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue