From 27fa4e958e89cb36488c1546cf25fb0cc503dfc6 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Thu, 27 Oct 2016 14:27:47 +0530 Subject: [PATCH] Freezing version for standard (#108) Added in https://github.com/zeit/next.js/pull/27 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 701c9fe2..52ac4ddd 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "gulp-notify": "2.2.0", "husky": "0.11.9", "run-sequence": "1.2.2", - "standard": "^8.4.0", + "standard": "8.4.0", "webpack-stream": "3.2.0" } }