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