Skip to content

Commit 18a362e

Browse files
committed
chore: update package.json for website
1 parent 9ba54d9 commit 18a362e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

plugin/package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript-community/ble",
33
"version": "3.0.9",
4-
"description": "Connect to and interact with Bluetooth LE peripherals",
4+
"description": "Connect to and interact with Bluetooth LE peripherals.",
55
"main": "./bluetooth",
66
"typings": "./bluetooth.d.ts",
77
"sideEffects": false,
@@ -11,18 +11,17 @@
1111
"ios": "3.0.0"
1212
}
1313
},
14-
"repository": {
15-
"type": "git",
16-
"url": "https://github.com/EddyVerbruggen/@nativescript-community/ble.git"
17-
},
1814
"keywords": [
1915
"ecosystem:NativeScript",
2016
"NativeScript",
17+
"iOS",
18+
"Android",
2119
"BLE",
2220
"Bluetooth",
2321
"Bluetooth LE",
2422
"Bluetooth Smart",
25-
"Bluetooth Low Energy"
23+
"Bluetooth Low Energy",
24+
"Angular"
2625
],
2726
"author": {
2827
"name": "Eddy Verbruggen",
@@ -46,9 +45,12 @@
4645
],
4746
"license": "MIT",
4847
"bugs": {
49-
"url": "https://github.com/EddyVerbruggen/@nativescript-community/ble/issues"
48+
"url": "https://github.com/nativescript-community/ble/issues"
49+
},
50+
"repository": {
51+
"type": "git",
52+
"url": "https://github.com/nativescript-community/ble"
5053
},
51-
"homepage": "https://github.com/EddyVerbruggen/@nativescript-community/ble",
5254
"dependencies": {
5355
"@nativescript-community/observable": "^2.0.8",
5456
"make-error": "1.3.6",

0 commit comments

Comments
 (0)