aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-03 01:19:22 +0100
committerache <ache@ache.one>2018-02-03 01:19:22 +0100
commit080cd267c0ceaa3d7aceda810e37d03aee40e8b5 (patch)
tree8da22505bf8b07043273269d51b1c64a926c8613
parentWTF with classes (diff)
Add xo to dependencies
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index c28d895..7522f46 100644
--- a/package.json
+++ b/package.json
@@ -15,5 +15,8 @@
"line",
"input",
"remark"
- ]
+ ],
+ "devDependencies": {
+ "xo": "^0.18.2"
+ }
}