Skip to content

Commit

Permalink
chore: update author (#19)
Browse files Browse the repository at this point in the history
* chore: update author name

* chore: remove ignored files

* chore: ignore transpiled example
  • Loading branch information
kunalchavhan authored Jun 21, 2024
1 parent ada9f80 commit ddb81a7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 146 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ example/.yarn/

# npm
.npmrc

# Ignore transpiled files
example/server/Mocks/TranspiledExample.js

# Ignore xcode env
example/ios/.xcode.env.local
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 kunal.chavhan
Copyright (c) 2024 Dream11
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 0 additions & 2 deletions example/ios/.xcode.env.local

This file was deleted.

142 changes: 0 additions & 142 deletions example/server/Mocks/TranspiledExample.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "git",
"url": "git+https://github.com/dream11/react-native-remote-component.git"
},
"author": "kunal.chavhan <[email protected]> (https://github.com/kunalchavhan)",
"author": "Dream11",
"license": "MIT",
"bugs": {
"url": "https://github.com/dream11/react-native-remote-component/issues"
Expand Down

0 comments on commit ddb81a7

Please sign in to comment.