diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-03-26 23:55:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-26 23:55:51 +0900 |
| commit | aad42534e529395635a508fe54bca90e05f3e39c (patch) | |
| tree | 941bff2e4834ce8562b35dfb2e49e53068a25763 /package.json | |
| parent | Update README.md (diff) | |
| parent | fix(package): update animejs to version 2.0.2 (diff) | |
| download | misskey-aad42534e529395635a508fe54bca90e05f3e39c.tar.gz misskey-aad42534e529395635a508fe54bca90e05f3e39c.tar.bz2 misskey-aad42534e529395635a508fe54bca90e05f3e39c.zip | |
Merge pull request #335 from syuilo/greenkeeper/animejs-2.0.2
Update animejs to the latest version 🚀
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 289934c588..836fbee3fd 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "webpack": "2.3.2" }, "dependencies": { - "animejs": "2.0.1", + "animejs": "2.0.2", "autwh": "0.0.1", "bcryptjs": "2.4.3", "body-parser": "1.17.1", |