Skip to content

Commit

Permalink
bugfix/125 (#129)
Browse files Browse the repository at this point in the history
* Add support for deep path expressions, with/out bracket notation
* ESLint
* Update build
* Bump version to 1.24.0
  • Loading branch information
TroyAlford authored May 27, 2020
1 parent ef4d8a2 commit f126b5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/cjs/react-jsx-parser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/cjs/react-jsx-parser.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/umd/react-jsx-parser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/umd/react-jsx-parser.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "lib/cjs/react-jsx-parser.min.js",
"name": "react-jsx-parser",
"repository": "TroyAlford/react-jsx-parser",
"version": "1.23.0",
"version": "1.24.0",
"dependencies": {
"acorn": "^7.1.1",
"acorn-jsx": "^5.2.0"
Expand Down

0 comments on commit f126b5d

Please sign in to comment.