From 35832c7bb00b234fae55d24b617eda0b78f90703 Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Sun, 23 Oct 2016 18:05:01 -0400 Subject: [PATCH] build(babel-eslint): Update semver format to match eslint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2aa543c..63e28d7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-react": "^6.4.1" }, "peerDependencies": { - "babel-eslint": "^7.0.0", + "babel-eslint": "7.x", "eslint": "3.x" }, "devDependencies": {