aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-01 14:40:53 +0100
committerache <ache@ache.one>2018-02-01 14:40:53 +0100
commit5485600e31dc90a00b14e1274cbefc10fdcae626 (patch)
tree7ac6f43362154ea90c6231feac81746a03265817 /package.json
parentRename of the package (diff)
Clean of the code with xo linter
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 58284f1..3ddf323 100644
--- a/package.json
+++ b/package.json
@@ -17,5 +17,8 @@
"mermaid",
"graphs",
"remark"
- ]
+ ],
+ "devDependencies": {
+ "xo": "^0.18.2"
+ }
}