diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-02-03 18:01:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-03 18:01:09 +0900 |
| commit | 42be09ad33377fa137344459ff538275af1dc97a (patch) | |
| tree | 7174c65830368cb591a923b3cec28d4c9c7b123a | |
| parent | Hotfix build fails (diff) | |
| download | misskey-42be09ad33377fa137344459ff538275af1dc97a.tar.gz misskey-42be09ad33377fa137344459ff538275af1dc97a.tar.bz2 misskey-42be09ad33377fa137344459ff538275af1dc97a.zip | |
Fix typo
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ab74cd5ba1..aca23d3789 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "resolutions": { "teaser": "3.14.1" - } + }, "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.14", "@fortawesome/free-brands-svg-icons": "5.6.3", |