bs-sentia-remote
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,4 +5,4 @@ { | ||
"sources": [ | ||
"src", | ||
"test" | ||
{"dir":"src"}, | ||
{"dir":"test", "type": "dev"} | ||
], | ||
@@ -13,4 +13,4 @@ "bs-dependencies" : [ | ||
"bs-dev-dependencies": [ | ||
"bs-tape" | ||
"bs-sentia-tape" | ||
] | ||
} |
{ | ||
"name": "bs-sentia-remote", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"scripts": { | ||
@@ -17,5 +17,5 @@ "clean": "bsb -clean-world", | ||
"bs-platform": "1.9.0", | ||
"bs-tape": "git+https://github.com/SentiaAnalytics/bs-tape.git", | ||
"bs-sentia-tape": "^0.2.0", | ||
"tap-spec": "^4.1.1" | ||
} | ||
} |
26729