aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-09-07 17:02:39 +0200
committerGitHub <noreply@github.com>2018-09-07 17:02:39 +0200
commit8013f35d96c42b15c1da28cdff40e97289ad4e25 (patch)
treee69798d20213b54b76ee5f95c0ef36ea3bf25cea /package.json
parent495f83c92539444bff7dfd6cd647b7d65a74f949 (diff)
parentc0b65ad1c982dbc0313a796be59b485223ef7e4f (diff)
downloadwallabag-8013f35d96c42b15c1da28cdff40e97289ad4e25.tar.gz
wallabag-8013f35d96c42b15c1da28cdff40e97289ad4e25.tar.zst
wallabag-8013f35d96c42b15c1da28cdff40e97289ad4e25.zip
Merge pull request #3719 from wallabag/fix-sort-parameters
Fix sort parameters
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8d856bbb..ac894e79 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
1{ 1{
2 "name": "wallabag", 2 "name": "wallabag",
3 "version": "2.2.2", 3 "version": "2.3.3",
4 "description": "wallabag is a self hostable application for saving web pages", 4 "description": "wallabag is a self hostable application for saving web pages",
5 "private": true, 5 "private": true,
6 "directories": { 6 "directories": {
7 "doc": "docs" 7 "doc": "docs"
8 }, 8 },
9 "engines": { 9 "engines": {
10 "node": ">4.8" 10 "node": ">=6.10"
11 }, 11 },
12 "repository": { 12 "repository": {
13 "type": "git", 13 "type": "git",