diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..e49ba5b
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,18 @@
+# Logs
+*.log
+npm-debug.log
+
+# Dependency directory
+node_modules
+
+# Runtime data
+tmp
+
+# Examples
+examples
+
+# Documentation
+docs
+
+# env files
+.env
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index 3d0e12c..d82fc66 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/README.md b/README.md
index a1683ba..9fed036 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
🚀 react-native-find-local-devices
-![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)
diff --git a/package.json b/package.json
index 8bf82bd..272ab01 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"local-network"
],
"repository": "https://github.com/RichardRNStudio/react-native-local-devices",
- "author": "Nagy Richárd (https://github.com/RichardRNStudio)",
+ "author": "Richárd Nagy (https://github.com/RichardRNStudio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RichardRNStudio/react-native-local-devices/issues"