From cf4f0c7a273a83ade93b063b91168e3b9870e305 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 20 Oct 2016 15:28:47 +0700 Subject: [PATCH] lock down XO --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 587b1b5..7dfa5d3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-nodeunit": "^1.0.0", - "xo": "*" + "xo": "^0.16.0" }, "peerDependencies": { "grunt": ">=0.4.0"