aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2021-02-02 18:29:16 +0100
committerGitHub <noreply@github.com>2021-02-02 18:29:16 +0100
commit34a24733ef7159105ab162f870b96e9649bc5c34 (patch)
tree392d9aba6e574e780d51afdb64d678d63bbd798c /package.json
parent33df6fc26e63d4e6f0129553ebd30ef9686be39f (diff)
parenta726b288b00cd4e83801bc1ff800b615d6368049 (diff)
downloadhoverbit-ble-34a24733ef7159105ab162f870b96e9649bc5c34.tar.gz
hoverbit-ble-34a24733ef7159105ab162f870b96e9649bc5c34.zip
Merge pull request #1 from JakobST1n/controller-redesign
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"
}
}