diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-28 15:04:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-28 15:04:12 +0900 |
| commit | 2d4ca924b28764f6e162dfe4bb346a117079a7f0 (patch) | |
| tree | 22bc467a891166e5d08ddc73c4b5866f31f1690a | |
| parent | Fix typo: complie -> compile (diff) | |
| parent | fix(package): update serve-favicon to version 2.4.1 (diff) | |
| download | misskey-2d4ca924b28764f6e162dfe4bb346a117079a7f0.tar.gz misskey-2d4ca924b28764f6e162dfe4bb346a117079a7f0.tar.bz2 misskey-2d4ca924b28764f6e162dfe4bb346a117079a7f0.zip | |
Merge pull request #212 from syuilo/greenkeeper/serve-favicon-2.4.1
Update serve-favicon to the latest version 🚀
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3d504968f6..64df1c1d12 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "riot-tag-loader": "1.0.0", "rndstr": "1.0.0", "s-age": "1.1.0", - "serve-favicon": "2.4.0", + "serve-favicon": "2.4.1", "string-replace-webpack-plugin": "0.0.5", "stylus": "0.54.5", "stylus-loader": "2.5.0", |