Skip to content

Commit

Permalink
[rnpm] Fix sourceDir for Android (#1313)
Browse files Browse the repository at this point in the history
Overlooked this change closing out a few PR's last week.

Follow up for #1200
  • Loading branch information
christopherdro committed May 11, 2017
1 parent 65d2791 commit ca7eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"rnpm": {
"android": {
"sourceDir": "./android"
"sourceDir": "./lib/android"
}
}
}

1 comment on commit ca7eee1

@samhunta
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.