Skip to content

Commit 3adf744

Browse files
author
Marco Crespi
committed
feat: Update dependencies
BREAKING CHANGE: Rename package
1 parent bade296 commit 3adf744

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Noble2
1+
# ModBlue
22

33
Trying to make the world better place by improving the bluetooth experience one library at a time.
44

package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "@modum/noble2",
2+
"name": "@modum/modblue",
33
"version": "0.0.3",
4-
"description": "Better noble",
4+
"description": "BLE module using dbus or hci.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
88
"release": "standard-version -a",
99
"build": "tsc"
1010
},
1111
"author": "modum.io AG",
12-
"license": "ISC",
12+
"license": "UNLICENSED",
1313
"dependencies": {
14-
"@abandonware/bluetooth-hci-socket": "0.5.3-5",
14+
"@abandonware/bluetooth-hci-socket": "0.5.3-6",
1515
"dbus-next": "0.9.1"
1616
},
1717
"devDependencies": {
18-
"@types/node": "14.11.2",
18+
"@types/node": "14.14.6",
1919
"husky": "4.3.0",
2020
"prettier": "2.1.2",
21-
"pretty-quick": "3.0.2",
21+
"pretty-quick": "3.1.0",
2222
"standard-version": "9.0.0",
2323
"tslint": "6.1.3",
2424
"tslint-config-prettier": "1.18.0",
25-
"typescript": "4.0.3",
25+
"typescript": "4.0.5",
2626
"typestrict": "1.0.2"
2727
},
2828
"husky": {

0 commit comments

Comments
 (0)