Skip to content

Commit

Permalink
Fix support React Native
Browse files Browse the repository at this point in the history
Closes GH-15.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
staltz authored and wooorm committed Feb 23, 2019
1 parent f0e0199 commit 6b9208d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"browser": {
"./decode-entity.js": "./decode-entity.browser.js"
},
"react-native": {
"./decode-entity.js": "./decode-entity.js"
},
"files": [
"index.js",
"decode-entity.js",
Expand Down

0 comments on commit 6b9208d

Please sign in to comment.