Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beefancohen committed Oct 12, 2016
1 parent efff839 commit 7340b01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -50,6 +50,9 @@
"lcov"
],
"coverageDirectory": "reports",
"testPathIgnorePatterns": ["/node_modules/", "helper.js"]
"testPathIgnorePatterns": [
"/node_modules/",
"helper.js"
]
}
}

0 comments on commit 7340b01

Please sign in to comment.