From 582fac56c92f3cf7abe6a28f971bfcf98c4da367 Mon Sep 17 00:00:00 2001 From: magnusriga Date: Mon, 6 May 2019 03:31:18 +0200 Subject: [PATCH] fix(npm): Updated peerDeps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96b0c80..fb8ddd9 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,6 @@ }, "peerDependencies": { "gatsby": "^2.0.0", - "@nfront/global-styles": "^1.2.11" + "@nfront/global-styles": "^1.2.0" } }