aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-06-09 20:08:57 +0200
committerThomas Citharel <tcit@tcit.fr>2016-06-09 20:08:57 +0200
commit496cfdc0172fd55cb555f74b64704c8f50c71b77 (patch)
treec718900ffa20569e37796a4355e9d9d7291b7b3a /package.json
parent2e24d1202727483dc93b3e6a76de4f7c0be5e3d7 (diff)
downloadwallabag-496cfdc0172fd55cb555f74b64704c8f50c71b77.tar.gz
wallabag-496cfdc0172fd55cb555f74b64704c8f50c71b77.tar.zst
wallabag-496cfdc0172fd55cb555f74b64704c8f50c71b77.zip
trailing comma
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5d6306f0..52c8d909 100644
--- a/package.json
+++ b/package.json
@@ -81,6 +81,6 @@
81 }, 81 },
82 "devDependencies": { 82 "devDependencies": {
83 "eslint": "^2.11.1", 83 "eslint": "^2.11.1",
84 "eslint-config-airbnb": "^9.0.1", 84 "eslint-config-airbnb": "^9.0.1"
85 } 85 }
86} 86}