Skip to content

Commit

Permalink
Add "react-native" key to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jgkim committed Dec 15, 2016
1 parent ab98236 commit 5cd2034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.",
"main": "src/seamless-immutable.js",
"browser": "seamless-immutable.development.js",
"react-native": "src/seamless-immutable.js",
"devDependencies": {
"chai": "3.5.0",
"coveralls": "2.11.8",
Expand Down

0 comments on commit 5cd2034

Please sign in to comment.