aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2021-02-02 16:54:52 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2021-02-02 16:54:52 +0100
commita726b288b00cd4e83801bc1ff800b615d6368049 (patch)
tree392d9aba6e574e780d51afdb64d678d63bbd798c /package.json
parent33df6fc26e63d4e6f0129553ebd30ef9686be39f (diff)
downloadhoverbit-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.json3
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"
}
}