Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 963ef7e

Browse files
author
Stephen Schiffli
committed
Update npm dependencies
1 parent 5f355da commit 963ef7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metawear",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "Stephen Schiffli <[email protected]>",
55
"license": "SEE LICENSE IN LICENSE",
66
"description": "Official JavaScript SDK for MetaWear",
@@ -25,18 +25,18 @@
2525
},
2626
"homepage": "https://github.com/mbientlab/MetaWear-SDK-JavaScript#readme",
2727
"dependencies": {
28-
"noble-device": "git://github.com/mbientlab/noble-device.git#f9c25ad",
29-
"ref": "^1.3.4",
28+
"noble-device": "git://github.com/mbientlab/noble-device.git#7c8bccf",
29+
"ref": "^1.3.5",
3030
"ffi": "git://github.com/king6cong/node-ffi.git#ce274be",
3131
"ref-struct": "^1.1.0",
3232
"ref-array": "^1.2.0",
33-
"enum": "^2.4.0",
33+
"enum": "^2.5.0",
3434
"debug": "^2.6.8",
3535
"url-exists": "^1.0.3"
3636
},
3737
"devDependencies": {
3838
"jshint": "^2.9.5",
39-
"mocha": "^3.5.0"
39+
"mocha": "^4.0.1"
4040
},
4141
"scripts": {
4242
"install": "make OPT_FLAGS=-Wno-strict-aliasing -C MetaWear-SDK-Cpp/ -j",

0 commit comments

Comments
 (0)