Skip to content

Commit

Permalink
v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyAlford committed Mar 3, 2019
1 parent 4903601 commit 4440519
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "lib/react-jsx-parser.min.js",
"name": "react-jsx-parser",
"repository": "TroyAlford/react-jsx-parser",
"version": "1.14.0",
"version": "1.14.1",
"dependencies": {
"acorn-jsx": "^4.1.1"
},
Expand Down Expand Up @@ -62,7 +62,9 @@
"collectCoverageFrom": [
"source/**/*.js"
],
"setupFilesAfterEnv": ["<rootDir>setupTests.js"],
"setupFilesAfterEnv": [
"<rootDir>setupTests.js"
],
"transform": {
".js$": "babel-jest"
}
Expand Down

0 comments on commit 4440519

Please sign in to comment.