Skip to content

Commit ef151b1

Browse files
committed
chore: package.json
1 parent df7431d commit ef151b1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"start": "./node_modules/.bin/ntl -A -s 15 -o",
1717
"submodules": "git submodule update --init",
1818
"sync": "node ./tools/sync.js",
19-
"sync.test": "node ./tools/sync.js",
2019
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
2120
"update": "node ./tools/update.js",
2221
"doc": "node tools/builddoc.mjs"
@@ -35,10 +34,15 @@
3534
"Bluetooth Low Energy"
3635
],
3736
"author": {
38-
"name": "Eddy Verbruggen",
39-
"email": "[email protected]"
37+
"name": "Martin Guillon",
38+
"email": "[email protected]"
4039
},
4140
"contributors": [
41+
{
42+
"name": "BEddy Verbruggen",
43+
"email": "[email protected]",
44+
"url": "https://github.com/EddyVerbruggen"
45+
},
4246
{
4347
"name": "Brad Martin",
4448
"email": "[email protected]",

0 commit comments

Comments
 (0)