Skip to content

Commit 7340b01

Browse files
committed
1.3.2
1 parent efff839 commit 7340b01

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsx-ast-utils",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "AST utility module for statically analyzing JSX",
55
"main": "lib/index.js",
66
"scripts": {
@@ -50,6 +50,9 @@
5050
"lcov"
5151
],
5252
"coverageDirectory": "reports",
53-
"testPathIgnorePatterns": ["/node_modules/", "helper.js"]
53+
"testPathIgnorePatterns": [
54+
"/node_modules/",
55+
"helper.js"
56+
]
5457
}
5558
}

0 commit comments

Comments
 (0)