diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-06-07 22:37:16 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-06-07 22:48:42 +0200 |
commit | c0ccef87cd66e9de15e67b06f57a23228143bb63 (patch) | |
tree | d769134c0a7ba974fe4c557881b12e88ad60b5f5 /package.json | |
parent | e55dddf48f747b26a92411d7574f2806793d3d6c (diff) | |
download | hoverbit-ble-c0ccef87cd66e9de15e67b06f57a23228143bb63.tar.gz hoverbit-ble-c0ccef87cd66e9de15e67b06f57a23228143bb63.zip |
:building_construction: Move away from web bluetooth library
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index ece8331..b903d4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoverbit-ble-controller", - "version": "1.0.8-alpha.4", + "version": "1.1.0", "description": "", "license": "MIT", "scripts": { @@ -10,7 +10,6 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2", - "microbit-web-bluetooth": "^0.6.0", "nipplejs": "^0.8.7" }, "devDependencies": { |