aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-06-09 19:02:38 +0200
committerThomas Citharel <tcit@tcit.fr>2016-06-09 19:02:38 +0200
commit0743287f955fd19fd1a04c91f3b40a4ac2236423 (patch)
tree42d9f4efef7c8099416e24ce751de78524b9a58a /package.json
parent5ecdfcd041767c9e3244a92bb0a6cc3c3f80fea3 (diff)
downloadwallabag-0743287f955fd19fd1a04c91f3b40a4ac2236423.tar.gz
wallabag-0743287f955fd19fd1a04c91f3b40a4ac2236423.tar.zst
wallabag-0743287f955fd19fd1a04c91f3b40a4ac2236423.zip
clean & lint stuff
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 603596ae..5d6306f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "wallabag", 2 "name": "wallabag",
3 "version": "2.0.0", 3 "version": "2.1.0",
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 "main": "index.js", 5 "main": "index.js",
6 "private": true, 6 "private": true,
@@ -20,11 +20,9 @@
20 "grunt-contrib-clean": "^1.0.0", 20 "grunt-contrib-clean": "^1.0.0",
21 "grunt-contrib-concat": "^1.0.0", 21 "grunt-contrib-concat": "^1.0.0",
22 "grunt-contrib-copy": "^1.0.0", 22 "grunt-contrib-copy": "^1.0.0",
23 "grunt-contrib-cssmin": "^1.0.0",
24 "grunt-contrib-symlink": "^1.0.0", 23 "grunt-contrib-symlink": "^1.0.0",
25 "grunt-contrib-uglify": "^1.0.0", 24 "grunt-contrib-uglify": "^1.0.0",
26 "grunt-postcss": "^0.8.0", 25 "grunt-postcss": "^0.8.0",
27 "grunt-shell": "^1.2.1",
28 "hammerjs": "^2.0.6", 26 "hammerjs": "^2.0.6",
29 "jquery": "^2.2.1", 27 "jquery": "^2.2.1",
30 "jquery-ui": "^1.10.5", 28 "jquery-ui": "^1.10.5",
@@ -80,5 +78,9 @@
80 "license": "MIT", 78 "license": "MIT",
81 "bugs": { 79 "bugs": {
82 "url": "https://github.com/wallabag/wallabag/issues" 80 "url": "https://github.com/wallabag/wallabag/issues"
81 },
82 "devDependencies": {
83 "eslint": "^2.11.1",
84 "eslint-config-airbnb": "^9.0.1",
83 } 85 }
84} 86}