From 94e482662221ba68f6a32ecfc30c96e9162b45fe Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 25 Apr 2016 13:56:32 +0200 Subject: [PATCH] Use a fixed version for linter plugins --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 993aa65e40..581745a58e 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.5.2", "es6-promise": "^3.0.2", - "eslint-config-standard": "^5.1.0", - "eslint-plugin-standard": "^1.3.1", + "eslint-config-standard": "5.1.0", + "eslint-plugin-standard": "1.3.1", "eslint-plugin-promise": "^1.0.8", "coffee-cache": "^0.2.0", "coffee-script": "^1.10.0",