From 7340b01551f51b631651361a1e29ccac6f76c893 Mon Sep 17 00:00:00 2001 From: Ethan Cohen Date: Tue, 11 Oct 2016 23:32:07 -0400 Subject: [PATCH] 1.3.2 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 001ff86..f4b33e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsx-ast-utils", - "version": "1.3.1", + "version": "1.3.2", "description": "AST utility module for statically analyzing JSX", "main": "lib/index.js", "scripts": { @@ -50,6 +50,9 @@ "lcov" ], "coverageDirectory": "reports", - "testPathIgnorePatterns": ["/node_modules/", "helper.js"] + "testPathIgnorePatterns": [ + "/node_modules/", + "helper.js" + ] } }