diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-11-14 10:01:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-14 10:01:12 +0100 |
commit | d37081e50b5c6f6d6d37523ab51082947c54fe03 (patch) | |
tree | aa85385af6fe1002d9de3427c37ce5a643773ed4 /package.json | |
parent | 8315507384c5cbc26d6f73729aeb97395e3e55fa (diff) | |
parent | 8d7b4f0eff9d07f8d6d354e09fd926abf26aa4ce (diff) | |
download | wallabag-d37081e50b5c6f6d6d37523ab51082947c54fe03.tar.gz wallabag-d37081e50b5c6f6d6d37523ab51082947c54fe03.tar.zst wallabag-d37081e50b5c6f6d6d37523ab51082947c54fe03.zip |
Merge pull request #2562 from wallabag/image-bigger
Bigger image preview in case of only image content
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 20afb425..ace74c7f 100644 --- a/package.json +++ b/package.json | |||
@@ -77,6 +77,7 @@ | |||
77 | "grunt-contrib-copy": "^1.0.0", | 77 | "grunt-contrib-copy": "^1.0.0", |
78 | "grunt-contrib-symlink": "^1.0.0", | 78 | "grunt-contrib-symlink": "^1.0.0", |
79 | "grunt-contrib-uglify": "^1.0.0", | 79 | "grunt-contrib-uglify": "^1.0.0", |
80 | "grunt-contrib-watch": "^1.0.0", | ||
80 | "grunt-eslint": "^19.0.0", | 81 | "grunt-eslint": "^19.0.0", |
81 | "grunt-postcss": "^0.8.0", | 82 | "grunt-postcss": "^0.8.0", |
82 | "grunt-stylelint": "^0.6.0", | 83 | "grunt-stylelint": "^0.6.0", |