From d9f7f3f69ac655782278a5bb1c5a2ba847c3895c Mon Sep 17 00:00:00 2001 From: Xiaoxin Lu Date: Mon, 18 Sep 2017 08:53:49 -0400 Subject: [PATCH] chore(package): update lint-staged to version 4.2.1 (#11) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8fa35d..2507d45 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "husky": "^0.14.0", - "lint-staged": "^4.0.0", + "lint-staged": "^4.2.1", "mocha": "^3.4.2", "prettier-standard": "^6.0.0", "semantic-release": "^7.0.1",