diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-02 16:54:52 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-02 16:54:52 +0100 |
commit | a726b288b00cd4e83801bc1ff800b615d6368049 (patch) | |
tree | 392d9aba6e574e780d51afdb64d678d63bbd798c /package.json | |
parent | 33df6fc26e63d4e6f0129553ebd30ef9686be39f (diff) | |
download | hoverbit-ble-a726b288b00cd4e83801bc1ff800b615d6368049.tar.gz hoverbit-ble-a726b288b00cd4e83801bc1ff800b615d6368049.zip |
First shot at a redesign of the webapp
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index ba07630..ceaf86d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "microbit-web-bluetooth": "^0.6.0" + "microbit-web-bluetooth": "^0.6.0", + "nipplejs": "^0.8.7" } } |