Update package.json
Showing
| { | ||
| "name": "react-native-bluetooth-serial-next", | ||
| "version": "1.2.3", | ||
| "name": "react-native-bluetooth-serial", | ||
| "version": "1.0.0", | ||
| "description": "Bluetooth serial for react native", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| ... | ... | @@ -8,7 +8,7 @@ |
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/nuttawutmalee/react-native-bluetooth-serial-next.git" | ||
| "url": "git+https://git.bnweb.studio/bickm/react-native-bluetooth-serial.git" | ||
| }, | ||
| "keywords": [ | ||
| "bluetooth", | ||
| ... | ... | @@ -17,12 +17,10 @@ |
| "native", | ||
| "react-native" | ||
| ], | ||
| "author": "Nuttawut Malee <nuttawutmalee@gmail.com>", | ||
| "author": "Max Model <bickm@ya.ru>", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/nuttawutmalee/react-native-bluetooth-serial-next/issues" | ||
| }, | ||
| "homepage": "https://nuttawutmalee.github.io/react-native-bluetooth-serial-next/", | ||
| "homepage": "https://git.bnweb.studio/bickm/react-native-bluetooth-serial/", | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.1.5", | ||
| "buffer": "^5.2.1" | ||
| ... | ... |
Please register or sign in to comment