From 47f0480827a9575027c0fad853aff85928563e31 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 19 Oct 2017 16:49:57 +0700 Subject: [PATCH] Lock AVA and XO dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 729c25b..963f53b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "unique-random-array": "^1.0.0" }, "devDependencies": { - "ava": "*", - "xo": "*" + "ava": "^0.16.0", + "xo": "^0.16.0" } }