Skip to content

Commit

Permalink
version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardRNStudio committed Jan 8, 2021
1 parent 79fb6b7 commit bff13b3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Logs
*.log
npm-debug.log

# Dependency directory
node_modules

# Runtime data
tmp

# Examples
examples

# Documentation
docs

# env files
.env
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) 2020 Nagy Richárd
Copyright (c) 2020 Richárd Nagy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1>🚀 react-native-find-local-devices</h1>

![npm version](https://img.shields.io/badge/npm-1.3.3-brightgreen)
![npm version](https://img.shields.io/badge/npm-1.3.4-blue)
![platform](https://img.shields.io/badge/platform-android-yellow)
![license](https://img.shields.io/badge/license-MIT-yellow)
![license](https://img.shields.io/badge/license-MIT-brightgreen)

![example](https://github.com/RichardRNStudio/react-native-find-local-devices/blob/main/docs/android-example.gif?raw=true)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"local-network"
],
"repository": "https://github.com/RichardRNStudio/react-native-local-devices",
"author": "Nagy Richárd <riiichj@gmail.com> (https://github.com/RichardRNStudio)",
"author": "Richárd Nagy <info@rnstudio.hu> (https://github.com/RichardRNStudio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RichardRNStudio/react-native-local-devices/issues"
Expand Down

0 comments on commit bff13b3

Please sign in to comment.